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
3.0.1
https://cli.vuejs.org/guide/css.html#pre-processors
N/A
Look at the above link, where it says $color = red
It should say $color: red;
It says $color = red;
The text was updated successfully, but these errors were encountered:
a024513
Tip: for small errors in docs, it's better to directly submit a PR to fix it.
Sorry, something went wrong.
docs: fix scss example typo
e810806
close #2272
No branches or pull requests
Version
3.0.1
Reproduction link
https://cli.vuejs.org/guide/css.html#pre-processors
Node and OS info
N/A
Steps to reproduce
Look at the above link, where it says $color = red
What is expected?
It should say $color: red;
What is actually happening?
It says $color = red;
The text was updated successfully, but these errors were encountered: