Skip to content
New issue

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 lint support for Range-Format Media Queries #62686

Closed
onetrev opened this issue Nov 6, 2018 · 2 comments
Closed

Scss lint support for Range-Format Media Queries #62686

onetrev opened this issue Nov 6, 2018 · 2 comments
Assignees

Comments

@onetrev
Copy link

onetrev commented Nov 6, 2018

If you are using Dart Sass, which is the recommended version of Sass to use now, you can now use Range-Formate Media Queries. However if you use them as specified, the VS Code SCSS linter chucks an error. For example doing this:

@media (width > 500px) {
  /* ... */
}

...Gives you a scss error of: ) expected.

Thank you!

@vscodebot
Copy link

vscodebot bot commented Nov 6, 2018

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@alexr00
Copy link
Member

alexr00 commented Nov 7, 2018

This issue was moved to atom/language-sass#263

@alexr00 alexr00 closed this as completed Nov 7, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants