mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-07-07 21:34:21 +08:00
12 lines
197 B
SCSS
12 lines
197 B
SCSS
@each $name, $value in $max-width-dim {
|
|
.max-width-#{$name} {
|
|
max-width: $value !important;
|
|
}
|
|
}
|
|
|
|
@each $name, $value in $width-dim {
|
|
.width-#{$name} {
|
|
width: $value !important;
|
|
}
|
|
}
|