Created
March 15, 2015 16:16
-
-
Save besimhu/0ef86c90cd447e2d988a to your computer and use it in GitHub Desktop.
Snippet to write out media queries faste. Go to 'Tools -> New Snippet' to add your snippet. Use by typing 'mq' followed by Tab until it's filled out.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
+mq(${1}) | |
${2} | |
]]></content> | |
<tabTrigger>mq</tabTrigger> | |
</snippet> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
@include mq(${1}) { | |
${2} | |
} | |
]]></content> | |
<tabTrigger>mq</tabTrigger> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment