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
When using Dart Sass 1.77.7 or later, Hugo displays several deprecation warnings about the use of declarations after nested rules.
To reproduce
Install Dart Sass 1.77.7 or later
Set transpiler = "dartsass" in [main.build] of params.toml
Run hugo
Log file
WARN Dart Sass: file:///[...]/gethinode/hinode/_vendor/github.com/twbs/bootstrap/scss/_reboot.scss:502:2: 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 `& {}`.
Describe the bug
When using Dart Sass 1.77.7 or later, Hugo displays several deprecation warnings about the use of declarations after nested rules.
To reproduce
transpiler = "dartsass"
in[main.build]
ofparams.toml
hugo
Log file
WARN Dart Sass: file:///[...]/gethinode/hinode/_vendor/github.com/twbs/bootstrap/scss/_reboot.scss:502:2: 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 `& {}`.
Host environment
Hugo environment
Additional context
The issue has been fixed in twbs/bootstrap#40623 all will be released in Bootstrap v5.3.4.
The text was updated successfully, but these errors were encountered: