Skip to content

lots of deprecation warnings #119

@ginabythebay

Description

@ginabythebay

Hi! Thanks for making this! I'm just giving it a try and see a large number of deprecation warnings, like:

2025-12-30 16:14:41.543 +0100
WARN  Dart Sass: DEPRECATED [if-function]: file:///Users/gina/Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/paige@v0.113.1/paige/node_modules/bootstrap/scss/_functions.scss:57:54: The Sass if() syntax is deprecated in favor of the modern CSS syntax.

Suggestion: if(sass($arg == "$value"): $value; else: $arg)

More info: https://sass-lang.com/d/if-function
WARN  Dart Sass: DEPRECATED [if-function]: file:///Users/gina/Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/paige@v0.113.1/paige/node_modules/bootstrap/scss/_functions.scss:57:29: The Sass if() syntax is deprecated in favor of the modern CSS syntax.

Suggestion: if(sass($arg == "$key"): $key; else: if($arg == "$value", $value, $arg))

More info: https://sass-lang.com/d/if-function
WARN  Dart Sass: DEPRECATED [if-function]: file:///Users/gina/Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/paige@v0.113.1/paige/node_modules/bootstrap/scss/_functions.scss:176:10: The Sass if() syntax is deprecated in favor of the modern CSS syntax.

Suggestion: if(sass($l1 > $l2): divide($l1 + 0.05, $l2 + 0.05); else: divide($l2 + 0.05, $l1 + 0.05))

More info: https://sass-lang.com/d/if-function
WARN  Dart Sass: DEPRECATED [if-function]: file:///Users/gina/Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/paige@v0.113.1/paige/node_modules/bootstrap/scss/_functions.scss:190:12: The Sass if() syntax is deprecated in favor of the modern CSS syntax.

Suggestion: if(sass(divide($value, 255) < 0.04045): divide(divide($value, 255), 12.92); else: nth($_luminance-list, $value + 1))

More info: https://sass-lang.com/d/if-function
WARN  Dart Sass: DEPRECATED [if-function]: file:///Users/gina/Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/willfaught/paige@v0.113.1/paige/node_modules/bootstrap/scss/_functions.scss:216:10: The Sass if() syntax is deprecated in favor of the modern CSS syntax.

Suggestion: if(sass($weight > 0): shade-color($color, $weight); else: tint-color($color, -$weight))

More info: https://sass-lang.com/d/if-function
WARN  Dart Sass: 78 repetitive deprecation warnings omitted.
Run in verbose mode to see all warnings.
WARN  Raw HTML omitted while rendering "/Users/gina/Source/mermachinewww/content/_index.md"; see https://gohugo.io/getting-started/configuration-markup/#rendererunsafe
You can suppress this warning by adding the following to your site configuration:
ignoreLogs = ['warning-goldmark-raw-html']

This does make my llfe more difficult as I try to chase down why my configuration changes don't seem to be picked up. Perhaps there are warnings or errors caused by my configuration but I have a hard time looking for them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions