-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add Support for cssnext
#18
Comments
Actually I'm not sure there is any support for cssnext functionality in this extension. For example, media query ranges is not support either (see attached screenshot). Also, I tested "custom selectors" as well, and they receive linter error warnings. So maybe this issue should be renamed to something like Add Support for cssnext? |
css-next
@apply
syntaxcssnext
@onetrev Yes, u r right. I renamed it. |
Perfect, thanks! Also keep your eye on this other project, and if possible support the project too, because the developer is looking to add PostCSS support! PostCSS is becoming really popular, totally is the future, but there is really nothing that fully does the job yet in VS Code. :( |
Thanks too! I'm also looking for a plugin in VSCode for PostCSS. |
In the interim, for anyone that finds seeing linter errors in their PostCSS files annoying, simply add this setting from this extension to your User Settings:
|
Good news @zhengxiaoyao0716 -- support for cssnext is planned for the new round of updates for VS Code. So that's a big step forward. More details here in the CSS/HTML section: microsoft/vscode#41061 It still would be huge to have PostCSS support in Intellisense, so things like variables can be found across files, but this is a nice step. Hopefully @mrmlnc is still planning on building that. |
@onetrev thank you~ |
FYI CSSnext is now deprecated. The next PostCSS library (which uses the same syntax for CSS variables is :https://preset-env.cssdb.org/ |
http://cssnext.io/features/#custom-properties-set-apply
The text was updated successfully, but these errors were encountered: