reactcss icon indicating copy to clipboard operation
reactcss copied to clipboard

:lipstick: Inline Styles in JS

Results 7 reactcss issues
Sort by recently updated
recently updated
newest added

**What's the problem this PR addresses?** `reactcss` is trying to use `react` without declaring it as a peer dependency **How did you fix it?** Added `react` to peer dependencies

https://github.com/elastic/kibana/blob/5887526723dea443cab43a5cb95f863cf13aa344/package.json#L223

`install` package seems not to be used anywhere.

For those of us coming from a React Native background, having to specify a "default" property on declarations where we don't have any active names is like nails on chalkboard....

Symbols offer nice features such as ensuring that enums values are actually distinct across different enums. It would be nice to be able to supply symbols as modifiers so that...

Use the static method in this package https://github.com/rofrischmann/inline-style-prefixer instead of hard-coding a subset: https://github.com/casesandberg/reactcss/blob/master/src/autoprefix.js

help wanted