Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created July 6, 2019 18:15
Show Gist options
  • Select an option

  • Save jsmanifest/26a4bf497f830a6edc78ffeb9ac17e32 to your computer and use it in GitHub Desktop.

Select an option

Save jsmanifest/26a4bf497f830a6edc78ffeb9ac17e32 to your computer and use it in GitHub Desktop.
{
"import Link from components/common/Link": {
"prefix": "gcl",
"body": "import Link from 'components/common/Link'"
},
"border test": {
"prefix": "b1",
"body": "border: '1px solid red',"
},
"border test2": {
"prefix": "b2",
"body": "border: '1px solid green',"
},
"border test3": {
"prefix": "b3",
"body": "border: '1px solid magenta',"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment