%s/\(-\)\(\w\)/\U\2/g
- replace something like font-size to fontSize%s/\(: \)\(.\+\);/\1"\2",/g
- replace something like25px;
to"25px",
fontSize
Last active
September 12, 2016 20:19
-
-
Save asm-jaime/37fdc7b26b811f9d8aa157c87035fdea to your computer and use it in GitHub Desktop.
regular expression (regExp, vim), convert easy css to react inline-css
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment