Krister Kari
Krister Kari
I'm not sure yet if I should support the CSS vars inheriting or not. I think that theming could be a very useful feature, but it makes the runtime parsing...
But if I would use what cssta already implements, then it would be quite easy to add the same features. I need to do a proof of concept.
> FWIW, I want to refactor Cssta from a HOC to be a transform of CSS to JS component (+ runtime) - example below. Then the runtime could be used...
@cray0000 Looks very nice! I have been thinking of something similar to properly integrate CSS modules and a runtime (cssta).
@ccampbell How about pulling these changes?
This is a very interesting thing for a better React Native styling support! I'm currently using [css-to-react-native](https://github.com/styled-components/css-to-react-native) to parse CSS in my own project [React Native CSS modules](https://github.com/kristerkari/react-native-css-modules). I would...
@gabrieltnishimura Not sure if you are aware of it or not, but there are some minimum update frequencies depending on the type of data. Have a look at this SO...
> I, for one, was thinking of making it just one rule. Something similar to stylelint's declaration-block-properties-order, with array of values like [ "mixin", "extend", "declarations", "media", "nesting" ]. This...
> would this relate specifically to chaining or is this tied in with combinators as well? I was thinking about combinators mainly. > Some of this was implemented as part...
@mdodge-ecgrow Unfortunately there is currently no autofix available for that. :(