jss-theme-reactor icon indicating copy to clipboard operation
jss-theme-reactor copied to clipboard

NOT MAINTAINED Powerful theming layer for use with the jss CSS in JS library

Results 9 jss-theme-reactor issues
Sort by recently updated
recently updated
newest added

Also fixed breaking changes from migration between 7.1.7 to 8.1.0 https://github.com/cssinjs/jss/blob/v8.1.0/changelog.md#800--2017-06-20 breaking changes were: * moved DOM renderer * deprecation of generateClassName option in jss.createStylesheet, now you have to provide...

Flow errors present in the current jss flow shadow files, please update to 7.1.3 and release. https://github.com/cssinjs/jss/issues/507

I would like to create a stylesheet which overrides how something else looks within it's hierarchy. Something like this maybe? ```js // button.js export const styleSheet = createStyleSheet('Button', () =>...

The hashes are quite long for class names and can really add up when inspecting elements to figure out adjustments. For example - checkout the length of the layout (granted...

`JSS` accepts a `generateClassName` method in its `options` but it's currently [overridden](https://github.com/nathanmarks/jss-theme-reactor/blob/e2d35d3f836d811a159ad6ccffcafbc5938737ce/src/styleManager.js#L20) by `jss-theme-reactor` Will there be a way to customize it in a future release ? Maybe related to...

enhancement

I've been looking at the 'next' branch in MUI (https://github.com/callemall/material-ui/tree/next) and would like to use a similar pattern to implement theming in my own application. I've adapted the MUI next...

I thoroughly enjoy the direction this is headed, but I am concerned about the potential security implications this might have. With jss's use of css, this will require allowing CSP's...

enhancement
question