react-css-components icon indicating copy to clipboard operation
react-css-components copied to clipboard

Define React presentational components with CSS

Results 6 react-css-components issues
Sort by recently updated
recently updated
newest added

I think styled-components set a bad precedent: mixing styling and semantics. For example, there are many times I need to use a heading of a certain level (`h1`, `h2`, `h3`)...

when using the following syntax with React `15.x` ```css Label {} Label:prop(mode == 'edit') {} ``` ```jsx ``` React throws the following error: ``` Warning: Unknown prop `mode` on tag....

help wanted

How to run `react-css-components` in webpack 2? When I try to run I get an error: `Error: Module '/home/kacper/Works/maybeer/node_modules/react-css-components/lib/index.js' is not a loader (must have normal or pitch function)`

help wanted

Before I write tests for it, is this the way you envisioned it?

At the moment, if you import a component from your CSS, using the `className` prop to pass global classes in doesn't seem to work. Is there a way to make...

enhancement
help wanted

This looks great, any plans for variable support? ``` Label { color: @label.color } Label:hover { color: @label.hover } ``` or ``` Label { color: @prop:color; } Label:hover { color:...

enhancement
help wanted