summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-20 18:13:41 +0100
committerVolpeon <git@volpeon.ink>2022-02-20 18:13:41 +0100
commite65b483ecef8c066a96a89790e823798a5b8c879 (patch)
tree35c99a70ed005329fd261f16752cd54101fada34 /src
parentAdded display none utility (diff)
downloadiro-design-e65b483ecef8c066a96a89790e823798a5b8c879.tar.gz
iro-design-e65b483ecef8c066a96a89790e823798a5b8c879.tar.bz2
iro-design-e65b483ecef8c066a96a89790e823798a5b8c879.zip
Fix
Diffstat (limited to 'src')
-rw-r--r--src/_utils.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/_utils.scss b/src/_utils.scss
index e0dbcc5..8ac1b01 100644
--- a/src/_utils.scss
+++ b/src/_utils.scss
@@ -22,14 +22,14 @@ $dirs: (
22 display: none; 22 display: none;
23 23
24 @each $breakpoint in map-keys(media.$breakpoints) { 24 @each $breakpoint in map-keys(media.$breakpoints) {
25 @include media('<=#{$breakpoint}') { 25 @include media.media('<=#{$breakpoint}') {
26 @include suffix('#{$breakpoint}-lo') { 26 @include iro.bem-suffix('#{$breakpoint}-lo') {
27 display: none; 27 display: none;
28 } 28 }
29 } 29 }
30 30
31 @include media('>#{$breakpoint}') { 31 @include media.media('>#{$breakpoint}') {
32 @include suffix('#{$breakpoint}-hi') { 32 @include iro.bem-suffix('#{$breakpoint}-hi') {
33 display: none; 33 display: none;
34 } 34 }
35 } 35 }