[core] Fix Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.

This commit is contained in:
2025-12-20 10:24:57 -05:00
parent f7a343b626
commit d3f25a5ef1
16 changed files with 94 additions and 364 deletions

View File

@@ -22,7 +22,7 @@
<!-- create temp variables and store the design system values-->
<header>
<!-- The headline banner area -->
<svg style="height: 5.5rem; width: 100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<svg height="5.5rem" width="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<text>[site name]</text>
</svg>
<div>
@@ -41,7 +41,7 @@
header
// The headline banner area
svg(style="height: 5.5rem; width: 100%" xmlns='http://www.w3.org/2000/svg' aria-hidden='true')
svg(height='5.5rem' width='100%' xmlns='http://www.w3.org/2000/svg' aria-hidden='true')
text= site
div
div.header-title