Open queckezz opened 7 years ago
Given the following props on any withAxs-wrapped component:
props
withAxs
{ width: [1, 2/3] pr: [0, 1] }
This only generates a cxs media query for the last responsive props given:
cxs
@media screen and (min-width:40em) { .cxs-12406165 { padding-right:8px /** -> missing `width` here */ } }
I just throw this out here in case you run into it too. I'll eventually send a PR.
i think this library generates classes for individual rules, so it's split into two.
Given the following
props
on anywithAxs
-wrapped component:This only generates a
cxs
media query for the last responsive props given:I just throw this out here in case you run into it too. I'll eventually send a PR.