Created
August 19, 2017 13:05
-
-
Save hiiamyes/16472ca3cb235259c2872b439771f976 to your computer and use it in GitHub Desktop.
VSCode custom snippet
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
{ | |
"cx": { | |
"prefix": "cx", | |
"body": "className={cx('$1')}" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment