Ignoring CSS Lint Errors on CSS Variables #2169
Answered
by
willmcgugan
bphunter1972
asked this question in
Q&A
-
I'm using VSCode. Has anyone figured out how to ignore the errors in css for the textual variables, like the following? .buttons {
height: 5;
border: $success-lighten-3 solid;
^^^
} |
Beta Was this translation helpful? Give feedback.
Answered by
willmcgugan
Mar 29, 2023
Replies: 2 comments
-
Try changing the file type to SASS. That usually helps. At some point we will have dedicated IDE plugins for our dialects. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
davep
-
Did you mean SCSS? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try changing the file type to SASS. That usually helps. At some point we will have dedicated IDE plugins for our dialects.