You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
...Gives you a scss error of:
) expected
.Thank you!
The text was updated successfully, but these errors were encountered: