We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seen when compiling the theme. Right click compiler and view logs, scroll up.
The text was updated successfully, but these errors were encountered: