Open razonyang opened 6 hours ago
I would like to request a feature to silence deprecation warnings from Dart Sass.
{{ $css := resources.Get "index.scss" | toCSS (dict "transpiler" "dartsass" "silenceDeprecation" "import" ) }}
Reference: https://sass-lang.com/blog/import-is-deprecated/#controlling-deprecation-warnings
Note that these options must be passed via the protobuf API (https://github.com/bep/godartsass); I assume they are also available there and not just as CLI flags.
I would like to request a feature to silence deprecation warnings from Dart Sass.
Reference: https://sass-lang.com/blog/import-is-deprecated/#controlling-deprecation-warnings