-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
emmet not woking well in vscode #9
Comments
For me Emmet is not working at all in PostCSS. E.g. I type |
I'm having the same issue as well. Has anybody found a solution? |
Yeah, emmet literally doesn't use any of the builtin css stuff once this plugin is installed. I just uninstalled it and now my css files work again, and don't give me @apply or whatever errors. 🤷♂️. Maybe just the tailwind plugin is good enough. |
you can fix this by adding {
"emmet.includeLanguages": {
"postcss": "css"
}
} https://marketplace.visualstudio.com/items?itemName=csstools.postcss#adding-support-for-emmet |
After doing this, the emmet is working but it is giving only some suggestions |
Same, not working fully yet, but this helpfull for now.. i hope more solution to fixed and working fully |
Adding } |
in postcss mode, typing 'col' always has only ONE suggestion
in css mode, typing 'col' gets MANY suggestions, which is good.
The text was updated successfully, but these errors were encountered: