Skip to content

Instantly share code, notes, and snippets.

@Nifled
Created October 22, 2018 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nifled/ac6e997be0664a3408b787d8c5100237 to your computer and use it in GitHub Desktop.
Save Nifled/ac6e997be0664a3408b787d8c5100237 to your computer and use it in GitHub Desktop.
styled-components vscode custom snippets
{
"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