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 ab5f66c commit cd86dd6Copy full SHA for cd86dd6
sass/_macros.scss
@@ -3,3 +3,9 @@
3
@content;
4
}
5
6
+
7
+@mixin tablet {
8
+ @media (max-width: 1039px) {
9
+ @content;
10
+ }
11
+}
0 commit comments