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
When using the SASS syntax it throws a syntax error.
The text was updated successfully, but these errors were encountered:
Working:
body { background: lightblue; }
Not working:
body background: lightblue
Sorry, something went wrong.
All the SASS plugin does is load a Deno version of the SASS NPM package so maybe it is a problem there.
Nevermind we would have to enable indented syntax I think in the plugin. We could possible add it as an option.
@Hunam6 fixed, will be applied to next release, thanks @shadowtime2000
Successfully merging a pull request may close this issue.
When using the SASS syntax it throws a syntax error.
The text was updated successfully, but these errors were encountered: