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
I'm using SCSS in my projects and use SASS to compile it. However, they now giving me this nesting warnings. More info here.
The warnings only appear with sass v1.77.7
Deprecation Warning: Sass's behavior for declarations that appear after nestedrules will be changing to match the behavior specified by CSS in an upcomingversion. To keep the existing behavior, move the declaration above the nestedrule. To opt into the new behavior, wrap the declaration in `& {}`.More info: https://sass-lang.com/d/mixed-decls ╷44 │ ┌ body:not(.is-using-mouse) & :focus {45 │ │ box-shadow: $fancybox-focus-shadow;46 │ │ } │ └─── nested rule... │52 │ --carousel-button-svg-height: 24px; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration ╵ node_modules/@fancyapps/ui/src/Fancybox/scss/base.scss 52:3 @import ~@fancyapps/ui/src/Fancybox/Fancybox.scss 6:9 @use src/assets/scss/modules/fancybox/index.scss 1:1 root stylesheetWarning: 8 repetitive deprecation warnings omitted.Run in verbose mode to see all warnings.
Reproduction
/
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm using SCSS in my projects and use SASS to compile it. However, they now giving me this nesting warnings. More info here.
The warnings only appear with sass v1.77.7
Reproduction
/
Additional context
No response
The text was updated successfully, but these errors were encountered: