Is there a way to silence Dart Sass warnings?

Sass has deprecated several things, and unfortunately Bootstrap has been very slow to make a release that fixes them. I get like 20 unique Dart Sass warnings just from Bootstrap.

Is there a way to configure Hugo to suppress specific Dart Sass warnings like global-builtin, color-functions, import, and mixed-decls?

Yeah, we added this a couple of months ago.

https://gohugo.io/functions/css/sass/#options

Perfect! Thanks.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.