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
Hi, I just installed this color scheme.
There seems to be a problem with the coloring of variables when used for interpolation. They are not colored white, but orange-red. (Screenshot.)
Could you tell me where to edit the color scheme?
Thx
Here is the code from the screenshot.
$webfont-provider: '//fonts.googleapis.com/css?family=' !default; $webfont-family: 'Merriweather+Sans:400,300,300italic,400italic,700,700italic,800,800italic' !default; @import url(#{$webfont-provider}#{$webfont-family}); %bg-dark { background-color: #000; } %bg-white{ background-color: #FFF; } @mixin set-styles($arg) { @extend %bg-#{$arg}; } .header { @include set-styles("dark"); }
The text was updated successfully, but these errors were encountered:
Thank you for letting me know. I'll take a look in the next couple of days.
Sorry, something went wrong.
No branches or pull requests
Hi,
I just installed this color scheme.
There seems to be a problem with the coloring of variables when used for interpolation.
They are not colored white, but orange-red. (Screenshot.)
Could you tell me where to edit the color scheme?
Thx
Here is the code from the screenshot.
The text was updated successfully, but these errors were encountered: