-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
[Bug]: Sass Deprecation Warning #742
Labels
bug
Something isn't working
Comments
I still get this, using the latest version. Thank you!
|
I'm also seeing this, along with two other deprecation warnings raised multiple times. Here are some examples. Sass is switching to
They also recommend using their
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
Deprecation Warning: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in
& {}
.More info: https://sass-lang.com/d/mixed-decls
Expected behavior
Would this fix it in
_items.scss
?Steps to reproduce
Run npm build
Additional context
The text was updated successfully, but these errors were encountered: