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 1.77.8 produces warning messages #40651

Closed
3 tasks done
ivanbacher opened this issue Jul 22, 2024 · 4 comments
Closed
3 tasks done

Sass 1.77.8 produces warning messages #40651

ivanbacher opened this issue Jul 22, 2024 · 4 comments

Comments

@ivanbacher
Copy link

ivanbacher commented Jul 22, 2024

Prerequisites

Describe the issue

Just tried to upgrade to a newer version of sass (1.77.8). These warning messages are now shown.

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

37 |     font-family: $display-font-family;
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

38 |     font-style: $display-font-style;
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

39 |     font-weight: $display-font-weight;
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

502 |   font-weight: $legend-font-weight;
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

503 |   line-height: inherit;

Reduced test cases

--

What operating system(s) are you seeing the problem on?

macOS

What browser(s) are you seeing the problem on?

Chrome

What version of Bootstrap are you using?

v5.3.3

@brili99
Copy link

brili99 commented Jul 22, 2024

using sass@1.77.6 will remove the warning

@julien-deramond
Copy link
Member

Duplicate of #40621
It will be fixed in the next Bootstrap v5.3.4 release.

@kevin-appelt
Copy link

@julien-deramond Any idea when this release will happen?

@julien-deramond
Copy link
Member

@julien-deramond Any idea when this release will happen?

Nope, sorry. It's ready on my side, but the rest of the core team would like to embed other items to release the v5.3.4.

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

No branches or pull requests

4 participants