We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f07f53 commit 7523e84Copy full SHA for 7523e84
src/styles/mixins/media.sass
@@ -31,6 +31,9 @@
31
$media: ''
32
$disjunctionCount: length($breakpoints)
33
34
+ @if $disjunctionCount == 0
35
+ @error "The media mixin expects at leas one argument! None given."
36
+
37
@for $i from 1 through $disjunctionCount
38
$conjunction: nth($breakpoints, $i)
39
$conjunctionCount: length($conjunction)
0 commit comments