mirror of
https://github.com/tabler/tabler.git
synced 2026-09-02 07:11:29 +04:00
Refactor SCSS imports, remove compile warnings (#2536)
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
@each $size-name, $size in map_merge($spacers, $size-spacers) {
|
||||
.w-#{$size-name} { width: $size !important; }
|
||||
.h-#{$size-name} { height: $size !important; }
|
||||
}
|
||||
.w-#{$size-name} {
|
||||
width: $size !important;
|
||||
}
|
||||
.h-#{$size-name} {
|
||||
height: $size !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user