Skip to content

Instantly share code, notes, and snippets.

@hiiamyes
Created August 19, 2017 13:05
Show Gist options
  • Save hiiamyes/16472ca3cb235259c2872b439771f976 to your computer and use it in GitHub Desktop.
Save hiiamyes/16472ca3cb235259c2872b439771f976 to your computer and use it in GitHub Desktop.
VSCode custom snippet
{
"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