diff options
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/_utils.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/_utils.scss b/assets/css/_utils.scss index 39953d1..71118fe 100644 --- a/assets/css/_utils.scss +++ b/assets/css/_utils.scss | |||
@@ -1,7 +1,7 @@ | |||
1 | @include utility('dn') { | 1 | @include utility('dn') { |
2 | display: none; | 2 | display: none; |
3 | 3 | ||
4 | @each $breakpoint in map-keys($breakpoints) { | 4 | @each $breakpoint in ('sm') /*map-keys($breakpoints)*/ { |
5 | @include media('<=#{$breakpoint}') { | 5 | @include media('<=#{$breakpoint}') { |
6 | @include suffix('#{$breakpoint}-lo') { | 6 | @include suffix('#{$breakpoint}-lo') { |
7 | display: none; | 7 | display: none; |