-
Notifications
You must be signed in to change notification settings - Fork 181
Get rid of sass using javascript styles #6
Comments
@gpbl -- still a preprocessor, but suit-css helped me a lot here: https://github.com/suitcss/rework-suit Conforms to the new W3C CSS spec, can handle NPM-style @imports, and the syntax aligns well with components. Still would love to be able to just use CSS in JS though. |
Thanks @irvinebroque it is indeed interesting now the next big thing for the weekend is a server-side flux architecture... that will be fun, i see it is the nr. 1 issue in your project as well :-) |
Would also like to see javascript styles implemented in this, though I prefer the react-styles implementation over RCSS, which seems to require more handholding. |
+1 for react-styles |
https://twitter.com/dan_abramov/status/554411131176235009 thought I would prefer to have react-style instead. |
I'd like to remove the CSS preprocessor and go straight with javascript also for the CSS (whoo), but it seems the available modules do not fit well with my architecture.
The text was updated successfully, but these errors were encountered: