-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Separate CSS files #93
Comments
Got it. If this is related to this project, We use CSS in JS mostly. But, we need some cleanup for the use of CSS. |
when I was implementing transition on action, I couldn't use CSS's keyframe functionality as they can't be used with inline CSS. So instead I had to use |
@ritz078 got it. It is possible for you to use keyframe functionality with Radium. If so, I'm happy to use that instead of setTimeout. |
Keyframes in Radium: https://github.com/FormidableLabs/radium/tree/master/docs/api#keyframes Radium works really well, although I'm personally still undecided on the best CSS approach for use with React. |
I agree with @jeef3 too. |
Thanks . I will go forward with the proposed solution. |
Awesome. |
As the project starts getting bigger, it will make more sense to separate out CSS in different files. We are already using css-loader so that shouldn't be a problem. Also in future we will be able to use CSS feature like keyframe etc and at the same time make the project more modular.
The text was updated successfully, but these errors were encountered: