issues Search Results · repo:andreypopp/react-css-components language:JavaScript
Filter by
14 results
(59 ms)14 results
inandreypopp/react-css-components (press backspace or delete to remove)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) for semantics, but may want to style ...
danny-andrews-snap
- Opened on Sep 5, 2018
- #20
when using the following syntax with React 15.x
Label {}
Label:prop(mode == edit ) {}
Label mode= edit /
React throws the following error:
Warning: Unknown prop `mode` on div tag. Remove this ...
help wanted
aymericbouzy
- Opened on Feb 15, 2017
- #17
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 ...
help wanted
KacperKozak
- 3
- Opened on Feb 10, 2017
- #16
Pseudo-element with - don t work properly.
eg.:
Label:first-child {
border-left: none;
}
In transpiled file looks like this:
// ...
var className = styles.Label + (variant.first-child ? + styles.Label__first-child ...
bug
help wanted
KacperKozak
- 4
- Opened on Jul 27, 2016
- #14
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 these carry through to the underlying markup to ...
enhancement
help wanted
Liggi
- 5
- Opened on Jul 13, 2016
- #13
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: @prop:hover;
}
enhancement
help wanted
gingur
- 6
- Opened on Jun 17, 2016
- #11
Hello @andreypopp, I ve added the library to MicheleBertoli/css-in-js. To make it work locally, I had to install some
extra dependencies: style-loader, css-loader and babel-plugin-transform-object-rest-spread. ...
documentation
enhancement
MicheleBertoli
- 2
- Opened on Jun 13, 2016
- #7
Important as divs are not permissible in some elements (i.e. buttons)
documentation
jacobp100
- 2
- Opened on Jun 13, 2016
- #5

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.