Skip to content

Commit 21c10bb

Browse files
author
DNZ\darius
committed
Fixed order
1 parent 7277570 commit 21c10bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/base/utility.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
}
2828
}
29-
@if $b > 3 {
29+
@if $b > 2 {
3030
/* Set order per breakpoint */
3131
@for $i from 13 through 24 {
3232
&.order-b#{$b}-#{ $i } {

0 commit comments

Comments
 (0)