mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 20:46:22 +00:00
feat: anchos y altos máximos y mínimos
This commit is contained in:
parent
6856b60517
commit
40dfa65bc2
1 changed files with 2 additions and 0 deletions
|
@ -408,6 +408,8 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
|
|||
@each $prop, $abbrev in (width: w, height: h) {
|
||||
@each $size, $length in $sizes {
|
||||
.#{$abbrev}-#{$grid-breakpoint}-#{$size} { #{$prop}: $length !important; }
|
||||
.min-#{$abbrev}#{$infix}-#{$size} { min-#{$prop}: $length !important; }
|
||||
.max-#{$abbrev}#{$infix}-#{$size} { max-#{$prop}: $length !important; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue