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