-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Small bug with CSS editor #1428
Comments
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already. |
Apparently it's a problem with "csslint" CSSLint/csslint#603 , I think nothing can be done here to fix it |
Thanks for reporting! It seems like CSSLint is out of date, see #1373. JSFiddle had similar issues with CSSLint but they updated their linter (not sure to which one though!). |
Maybe this one https://github.com/stylelint/stylelint |
great suggestion! |
Nature of issue?
Details about the bug:
Hello,
There is a small problem when editing a CSS and using custom variables, for example:
It's working, but the editor will show a warning "Expected RBRACE" on the line "--red: #ff0000;"
The text was updated successfully, but these errors were encountered: