Created
August 26, 2015 05:53
-
-
Save stowball/55c534d0e3db752819ea to your computer and use it in GitHub Desktop.
Brackets emmet snippets
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
| "snippets": { | |
| "mq2": "@include mq-2x() {\n\t|\n}", | |
| "mq": "@include mq-min-width(\\$screen-${1:tablet}) {\n\t|\n}", | |
| "mqm": "@include mq-max-width(\\$screen-${1:tablet}) {\n\t|\n}", | |
| "mqr": "@include mq-min-max-width(\\$screen-${1:tablet}, \\$screen-${2:desktop}) {\n\t|\n}", | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment