mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 12:36:22 +00:00
Merge branch 'issue-12792' into panel.sutty.nl
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
commit
41066669ff
1 changed files with 2 additions and 2 deletions
|
@ -414,8 +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}#{$grid-breakpoint}-#{$size} { min-#{$prop}: $length !important; }
|
||||
.max-#{$abbrev}#{$grid-breakpoint}-#{$size} { max-#{$prop}: $length !important; }
|
||||
.min-#{$abbrev}-#{$grid-breakpoint}-#{$size} { min-#{$prop}: $length !important; }
|
||||
.max-#{$abbrev}-#{$grid-breakpoint}-#{$size} { max-#{$prop}: $length !important; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue