Fix SASS deprecation notices (#34278)
This commit is contained in:
parent
aa575341c2
commit
8a3bed1933
31 changed files with 232 additions and 155 deletions
|
@ -1,3 +1,6 @@
|
|||
@use 'variables' as *;
|
||||
@use 'functions' as *;
|
||||
|
||||
@function hex-color($color) {
|
||||
@if type-of($color) == 'color' {
|
||||
$color: str-slice(ie-hex-str($color), 4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue