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

Sass deprecation warning #336

Open
mattbell87 opened this issue Aug 15, 2024 · 0 comments
Open

Sass deprecation warning #336

mattbell87 opened this issue Aug 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mattbell87
Copy link
Member

Seen when compiling the theme. Right click compiler and view logs, scroll up.

#43 117.2 DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
#43 117.2 rules will be changing to match the behavior specified by CSS in an upcoming
#43 117.2 version. To keep the existing behavior, move the declaration above the nested
#43 117.2 rule. To opt into the new behavior, wrap the declaration in `& {}`.
#43 117.2 
#43 117.2 More info: https://sass-lang.com/d/mixed-decls
#43 117.2 
#43 117.2     ┌──> node_modules/bootstrap/scss/_type.scss
#43 117.2 40  │       font-weight: $display-font-weight;
#43 117.2     │       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
#43 117.2     ╵
#43 117.2     ┌──> node_modules/bootstrap/scss/vendor/_rfs.scss
#43 117.2 136 │ ┌     @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {
#43 117.2 137 │ │       @content;
#43 117.2 138 │ │     }
#43 117.2     │ └─── nested rule
#43 117.2     ╵
#43 117.2     node_modules/bootstrap/scss/_type.scss 40:5      @import
#43 117.2     node_modules/bootstrap/scss/bootstrap.scss 17:9  @import
#43 117.2     src/scss/app.scss 17:9                           root stylesheet
#43 117.2 
#43 156.6 WARNING: 129 repetitive deprecation warnings omitted.
@mattbell87 mattbell87 added the bug Something isn't working label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant