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 69f27b9 commit b037981Copy full SHA for b037981
css/css-media-querie.sublime-snippet
@@ -0,0 +1,9 @@
1
+<snippet>
2
+ <content><![CDATA[
3
+@media ${1:all} and (${2:min-width}: ${3:768px}) {
4
+ ${4}
5
+}
6
+]]></content>
7
+ <tabTrigger>cssmq</tabTrigger>
8
+ <description>Media Querie</description>
9
+</snippet>
0 commit comments