-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Autoprefix styles #2
Comments
Style shouldn't be in the JS in the first place. It might make sense when the JSX is dynamic but not when it's static. Plus it's not a very small dependency: 70KB unminified |
Now that I think of it, it might be an over bundling it with features. Let's postpone it and see if other people have different thoughts. |
Agree with @bfred-it. One thing worth considering might be creating automatic classes for elements and generating css placed inside style tags in the head. |
That's definitely out of scope of |
Would be cool to use inline-style-prefixer to autoprefix
style
props.The text was updated successfully, but these errors were encountered: