Skip to content

Commit 3e027df

Browse files
committed
Change grid utility classes
1 parent 3464410 commit 3e027df

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

scss/mixins/_grid.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,10 @@
8585
}
8686

8787
@include media-breakpoint-down($breakpoint) {
88-
.hidden-until#{$suffix} {
89-
display: none !important;
88+
@if $value > 0 {
89+
.shown#{$suffix} {
90+
display: none !important;
91+
}
9092
}
9193
}
9294
}

0 commit comments

Comments
 (0)