You don't have to remeber all the Tailwind Utility Class Names. Just use this!
@apply
tailwindCSSForCSSer.suggestions.classAttributes
: Enable autocomplete suggestions in class attributes.
tailwindCSSForCSSer.suggestions.atApply
: Enable autocomplete suggestions after @apply
.
tailwindCSSForCSSer.additionalLanguages.classAttributes
: Enable features in languages that are not supported by default in class attributes.
tailwindCSSForCSSer.disableLanguages.classAttributes
: Disable features in languages that are supported by default in class attributes. (e.g. html
typescriptreact
etc..)
tailwindCSSForCSSer.additionalLanguages.atApply
: Enable features in languages that are not supported by default after @apply.
tailwindCSSForCSSer.disableLanguages.atApply
: Disable features in languages that are supported by default after @apply. (e.g. html
typescriptreact
etc..)
{
// default settings below
"tailwindCSSForCSSer.suggestions.classAttributes": true,
"tailwindCSSForCSSer.suggestions.atApply": true,
"tailwindCSSForCSSer.additionalLanguages.classAttributes": [],
"tailwindCSSForCSSer.disableLanguages.classAttributes": [],
"tailwindCSSForCSSer.additionalLanguages.atApply": [],
"tailwindCSSForCSSer.disableLanguages.atApply": []
}
Not all TailwindCSS class names are supported (complicated shadow css ..etc)
@apply
Iguchi Tomokatsu 💻 |
Gyo Tamura 💻 |
ym-darake 💻 |