We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--abc
I tend to name my css variables --variable-name. To my knowledge CSS variables have to be named according to this pattern.
--variable-name
But it happens that I also trigger some internal parsing for arguments when I e.g. paste in code with dash dash followed by a string.
Is there any way I can disable this?
The text was updated successfully, but these errors were encountered:
Related: #52
Sorry, something went wrong.
Fixed in v0.3.0, thank you!
No branches or pull requests
I tend to name my css variables
--variable-name
. To my knowledge CSS variables have to be named according to this pattern.But it happens that I also trigger some internal parsing for arguments when I e.g. paste in code with dash dash followed by a string.
Is there any way I can disable this?
The text was updated successfully, but these errors were encountered: