Last active
September 27, 2019 13:52
-
-
Save jordanmoore/50bac319892ef018b81ff7174559be27 to your computer and use it in GitHub Desktop.
A better default for the "@m" abbreviation
This file contains 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
"Min-width media query" : { | |
"prefix": "@m", | |
"body": [ | |
"@media (${1:min-width}: ${2}px) {", | |
"\t${3} {", | |
"\t\t$0", | |
"\t}", | |
"}" | |
], | |
"description": "Media Query" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment