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
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
┌──> ~/.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss
503 │ font-weight: $legend-font-weight;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
╵
┌──> ~/.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/vendor/_rfs.scss
136 │ ┌ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {
137 │ │ @content;
138 │ │ }
│ └─── nested rule
╵
~/.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss 503:3 @import
_bootstrap.scss 16:9 @import
app/assets/stylesheets/application.scss 2:9 root stylesheet
The text was updated successfully, but these errors were encountered:
I'm currently seeing a bunch of deprecation warnings for the latest version (v5.3.3) relating to this Mixed Declarations breaking change in Saas/SCSS:
The text was updated successfully, but these errors were encountered: