Skip to content

Commit 3d80e26

Browse files
committed
Stop silencing obsolete mixed-decls warning from Dart Sass
1 parent 2c6484b commit 3d80e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/paige/tag-link.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
{{ if $sass }}
3636
{{/* TODO: Remove the silenceDeprecations option when Bootstrap is updated beyond v5.3.3. */}}
3737

38-
{{ $resource = $resource | toCSS (dict "enableSourceMap" $map "includePaths" $paths "outputStyle" $style "silenceDeprecations" (slice "color-functions" "global-builtin" "import" "mixed-decls") "transpiler" "dartsass") }}
38+
{{ $resource = $resource | toCSS (dict "enableSourceMap" $map "includePaths" $paths "outputStyle" $style "silenceDeprecations" (slice "color-functions" "global-builtin" "import") "transpiler" "dartsass") }}
3939
{{ end }}
4040

4141
{{ $resource = $resource | minify | fingerprint }}

0 commit comments

Comments
 (0)