-
During reading through source code to find some interesting patterns and good practices I have found that you `themr` is called twice. First only with identifier and only in `index` file with addition…
-
Using `` together with `` works fine.
However, according to your demos, adding `fixed` to `` should add a new `fixed` class such as `theme__fixed___1Id7D`.
But this `theme__fixed___1Id7D` class is n…
-
I am trying to include a Drawer component in my web app, which already uses sass and is configured with webpack to use sass-loader, and I keep getting this error:
```
C:\...\node_modules\react-too…
-
Hi,
I am trying to integrate your lib within an electron app.
I am not using webpack but use gulp to prepare the build project.
Obviously right now react-toolbox is trying to require scss files whic…
-
The web page http://react-toolbox.com is not opening, it is only loading a blank page.
![react-toolbox](https://cloud.githubusercontent.com/assets/11837568/21199433/563491d8-c265-11e6-9952-a554c7d521…
-
I try to override primary color for all my app, somesing like this:
`:root {
--color-primary: var(--palette-blue-a200);
--color-primary-dark: var(--palette-blue-a500);
}`
it's ok for chro…
-
Themr breaks shouldComponentUpdate shallow equal optimization.
Every new render themr returns a new object reference for theme object, so all subsequent optimizations based on `shallowEqual` like `pur…
-
Great boilerplate!
However, I've been unable to get it working with React Toolbox, due to a conflict it would appear with styled components.
Since most component libraries still use SASS, has th…
-
I just updated from beta-4 to beta-6 (beta-4 was already using css -not sass-).
I could build my project just fine with beta-4.
However, I'm getting 2 different types of message errors with beta…
-
I'm starting with react-toolbox, is a awesome library, thanks for that.
One thing that I can't understand, is that the size of components are so big in my project.
See comparison with the showcase c…