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
SCSS language has introduced many new features recently. The new module system @use doesn't highlight with configs correctly.
@use
with
For example, the following example renders correctly using prism.js:
However, in chroma the key/value pairs are being recognized as chroma .nt and are not able to be colored separately:
chroma .nt
Also the $ symbol in front of the word config is being recognized by chroma as an error .chroma .err
$
.chroma .err
The text was updated successfully, but these errors were encountered:
SCSS fixes and modifications, fixes alecthomas#451
d5294cc
402a150
No branches or pull requests
SCSS language has introduced many new features recently. The new module system
@use
doesn't highlightwith
configs correctly.For example, the following example renders correctly using prism.js:
However, in chroma the key/value pairs are being recognized as
chroma .nt
and are not able to be colored separately:Also the
$
symbol in front of the word config is being recognized by chroma as an error.chroma .err
The text was updated successfully, but these errors were encountered: