5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 11:26:06 +00:00

Merge branch 'issue-12792' into panel.sutty.nl
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
f 2023-03-29 16:40:48 -03:00
commit e97dfa53f5

View file

@ -414,6 +414,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; }
}
}