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

Fix deprecation warnings for mixed declarations #598

Closed
wants to merge 1 commit into from

Conversation

ehaynes99
Copy link

Fixes #577

Current versions of sass now emit a deprecation warning about mixed declarations. Essentially, this just means that direct declarations need to either:

  • come before nested declarations
  • be included in an &, which effectively "reopens" the enclosing scope

https://sass-lang.com/documentation/breaking-changes/mixed-decls/

@ehaynes99 ehaynes99 closed this Aug 27, 2024
@ehaynes99 ehaynes99 deleted the fix-deprecation-warnings branch August 27, 2024 02:26
@ehaynes99
Copy link
Author

Nevermind, I just noticed #596 which is more complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecation warnings with Sass 1.77.8
1 participant