Skip to content

Instantly share code, notes, and snippets.

@adeyahya
Created September 22, 2016 04:47
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 adeyahya/52b4c1e882b52c6f73f24c6f0cb7bcbd to your computer and use it in GitHub Desktop.
Save adeyahya/52b4c1e882b52c6f73f24c6f0cb7bcbd to your computer and use it in GitHub Desktop.
Replace class with className when using jsx syntax in sublime text
{
"replacements": {
"js_class": {
"find": " class=\"",
"replace": " className=\"",
"greedy": true,
"case": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment