Created
July 6, 2019 18:15
-
-
Save jsmanifest/26a4bf497f830a6edc78ffeb9ac17e32 to your computer and use it in GitHub Desktop.
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
| { | |
| "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