-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
[css] CSS variables should offer same support as SASS/LESS variables #3077
Comments
Bonus points if it resolves the variable and shows a colour swatch when used in place of a colour :) |
Just to make sure we are talking about the same, CSS variables would enable support for https://drafts.csswg.org/css-variables |
Conflicts: src/vs/languages/css/common/css.ts
Closing this as the changes are merged into the master |
With the following code, it should offer to peak/go-to definition when on the var(), the same as for variables in LESS and SASS files:
Currently VS Code is not aware of CSS variables.
The text was updated successfully, but these errors were encountered: