-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: support template literal #22
Comments
👍 |
babel does some silly things with tagged template literals, going to simplify and try to just add support for string literal instead |
added proof of concept with passing unit test:
|
Hi @Pyrolistical, nice work! Could you please provide a proper PR that I can merge? Also please add a few lines to the README explaining the new feature. Thanks! |
I love inline-css, but I don't like the mental gymnastics I need to do to convert css into a js object.
Could we add template literal support to allow us to write more vanilla css?
for example we could convert this:
to
the output would be the same
The text was updated successfully, but these errors were encountered: