Open k15a opened 7 years ago
Media query support added in https://github.com/styled-components/elm-styled/commit/e28286ef87f3a782262237ca2d702d9f49f7a6ee
Hi,
For some reason I have to add |> important
after padding (rem 2)
or it doesn't work. It works if it's a new property, but not to overwrite existing properties.
Am I doing something wrong, or do you have the same issue?
Cheers, Ryan
Mhh that's probably because of some incorrect order of the styles. Could you post an example?
We need some way to add media query support.
I don't know if we should add element query support as well. Media queries are definitely more important.