Tailwind adds @tailwind css at rule which is flagged as unknown.
How can I avoid this error?
eg styles.css
@tailwind prefligh
After many tests: POSTCSS and STYLUS syntax highlighter, removes warnings but CSS Intellisence is incomplete, does not show the first-utitilies classes Tailwind
I installed 'language-stylus' plugin, in VSCode
Settings> User setting:
"files.associations": {
"* .css": "stylus"
},
See you later!
CSS Intellisence is incomplete