mirror of
https://github.com/tabler/tabler.git
synced 2026-07-17 02:51:41 +04:00
Migrate SASS to module API (#2477)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@use "sass:map";
|
||||
|
||||
$apps: (
|
||||
"apple",
|
||||
"discord",
|
||||
@@ -47,6 +49,6 @@ $apps: (
|
||||
|
||||
@each $flag-size, $size in $flag-sizes {
|
||||
.social-#{$flag-size} {
|
||||
height: map-get($size, size);
|
||||
height: map.get($size, size);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user