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
Seeing lots of deprecation warning when running the static site on Hugo server (using hugo server)
Hugo version: hugo v0.126.2+extended linux/amd64
WARN Dart Sass: /$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/assets/css/paige/bootstrap/paige.scss:10:8: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
WARN Dart Sass: /$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/assets/css/paige/bootstrap/paige.scss:7:21: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.quote instead.
More info and automated migrator: https://sass-lang.com/d/import
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/bootstrap/scss/bootstrap.scss:0:8: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/bootstrap/scss/bootstrap.scss:6:8: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/bootstrap/scss/bootstrap.scss:7:8: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/bootstrap/scss/bootstrap.scss:8:8: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/bootstrap/scss/_functions.scss:206:10: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/bootstrap/scss/_functions.scss:211:10: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/bootstrap/scss/_variables.scss:341:26: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/bootstrap/scss/_functions.scss:10:29: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use math.unit instead.
More info and automated migrator: https://sass-lang.com/d/import
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/bootstrap/scss/_functions.scss:184:9: red() is deprecated. Suggestion:
color.channel($color, "red", $space: rgb)
More info: https://sass-lang.com/d/color-functions
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/bootstrap/scss/_functions.scss:185:9: green() is deprecated. Suggestion:
color.channel($color, "green", $space: rgb)
More info: https://sass-lang.com/d/color-functions
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/bootstrap/scss/_functions.scss:186:9: blue() is deprecated. Suggestion:
color.channel($color, "blue", $space: rgb)
More info: https://sass-lang.com/d/color-functions
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/bootstrap/scss/_functions.scss:36:10: red() is deprecated. Suggestion:
color.channel($color, "red", $space: rgb)
More info: https://sass-lang.com/d/color-functions
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/bootstrap/scss/_functions.scss:36:23: green() is deprecated. Suggestion:
color.channel($color, "green", $space: rgb)
More info: https://sass-lang.com/d/color-functions
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/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 `& {}`.
More info: https://sass-lang.com/d/mixed-decls
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/bootstrap/scss/_reboot.scss:503: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 `& {}`.
More info: https://sass-lang.com/d/mixed-decls
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/bootstrap/scss/_type.scss:37:4: 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
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/bootstrap/scss/_type.scss:38:4: 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
WARN Dart Sass: file:///$XDG_CACHE_HOME/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/[email protected]/paige/node_modules/bootstrap/scss/_type.scss:39:4: 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
WARN Dart Sass: 255 repetitive deprecation warnings omitted.
Run in verbose mode to see all warnings.
The text was updated successfully, but these errors were encountered:
Seeing lots of deprecation warning when running the static site on Hugo server (using
hugo server
)Hugo version:
hugo v0.126.2+extended linux/amd64
The text was updated successfully, but these errors were encountered: