Closed tuchk4 closed 7 years ago
Hey @tuchk4, check out http://fela.js.org/docs/introduction/Drawbacks.html (2.) With atomic CSS you're should not mix shorthand and longhand properties. Try to use borderStyle
, borderWidth
and borderColor
instead of border
and borderColor
and it should work :)
If you check out Styletron ( https://github.com/rtsao/styletron/issues/140 ), it's the same issue there as well :P
@rofrischmann Thanks! Will fix styles and re-deploy app
https://tuchk4.github.io/css-in-js-app/#/react-fela
click "Render different components"
There are should not be components with black border
Source here: