Created
October 22, 2018 07:15
-
-
Save Nifled/3e72c8f2de46360b0306a709ac793d18 to your computer and use it in GitHub Desktop.
styled-components vscode custom 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
{ | |
"Styled Component Media Query": { | |
"prefix": "media", | |
"body": [ | |
"@media ($1-width: $2) {", | |
"\t$0", | |
"}" | |
], | |
"description": "Media Query" | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment