Piotr Monwid-Olechnowicz
Piotr Monwid-Olechnowicz
Thanks for the issue @thecrowkeep! @lachlanjc do you see any solution for it other than getting rid of `size` shorthand with a breaking change?
> Alternatively you could check if it's under the @page media query, as far as I am aware that's the only place the size property is used, and @page ignores...
A workaround to use until we figure out how to solve this: ~~Opt out of shorthands with `css` prop. Style objects you pass to `css` go directly to Emotion, so...
@herrethan could you create an issue with some reproduction? This bug looks like something that could happen, but I can't recreate it on my side.
Thanks for the issue, and this thorough investigation, @ftes! :pray:
@lachlanjc I’d say this is a feature request for new function. I’d probably try to build on top of `getColor` from `@theme-ui/color` and `hsla` from `polished`.
Okay, I don't have any code snippet, but it seems that the problem you're getting occurs because you try to assign a string with value "collapse" and type string to...
Well, it depends on the definition from `csstype`. I'd guess that the reasoning here is that no "custom value" for borderCollapse is legal, and stuff like `borderEndRadius` can be `4px`...
> Display doesn’t have custom values either though? Basically should I file a bug for this with css type? I wouldn't. `csstype` is generated from `mdn/data` so it's a bit...
> My fragment still caused the error transform-react-jsx: pragma has been set but pragmaFrag has not been set when I used the short notation Text and that work if I...