styled-components-theme icon indicating copy to clipboard operation
styled-components-theme copied to clipboard

Defines themes via flexible color selectors for use with styled-components

Results 7 styled-components-theme issues
Sort by recently updated
recently updated
newest added

## Beep boop. Your images are optimized! Your image file size has been reduced by **5%** 🎉 Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| |...

Am I missing something? The point of themes is to have different sets of predefined colors. This locks your color set to a single "theme" variable, so there really isn't...

Now have nested colors in theme. For example: ```javascript // theme passed to ThemeProvider const theme = { ui: { color: '#424242' } } // Button can be styled as...

Just wondering the `styled-components-theme` can be combined and used with `sass-extract`?

Hi Erikras, Would it be possible to document usage when the theme is dynamic. In my case, the "colors" object comes as JSON from the server. So I can't easily...

Rollup is better for bundling libraries as in redux and react-apollo for example, it is used. Anyway it's just a suggestion and feel free to close it if you think...

All in the title :) This should be documented, as we can put a lot of stuffs unrelated to colors in a theme, and I am not sure that the...