We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471825b commit 23bfe7eCopy full SHA for 23bfe7e
_sass/_media-queries.scss
@@ -1,3 +1,9 @@
1
+@mixin media-query($device) {
2
+ @media screen and (max-width: $device) {
3
+ @content;
4
+ }
5
+}
6
+
7
@media screen and (min-width: $viewport-small) {
8
html {
9
font-size: 16px;
0 commit comments