bootstrap4-snippets
bootstrap4-snippets copied to clipboard
FA5-google-play wrong code
Hey,
autocompletion for fa5-google-play gives <i class="fas fa-google-play "></i> back, but it have to be
"<i class="fab fa-google-play "></i>"
@Wusabinga
Is this for Intellij or Vscode?
I tried investigating this in VSCode, it seems to be working well on my end, as the snippet allows me to decide to use fas or fab.

Though the spaces after the classes I find a bit annoying.