1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-27 13:34:37 +04:00
Files
tabler/scss/utils/_sizing.scss
T
2020-02-09 16:49:37 +01:00

6 lines
209 B
SCSS

// 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; }
}