Hello,
As far as I know cxs doesn't support vendor prefixing. When you use "advanced" CSS features this can become a problem for any older browser.
I was wondering if there was a plan to add support for that (increasing the library size) or if there was a way to maybe post-process the CSS generated by cxs.
In that category I was looking at stylis that styled-jsx uses: it is very fast and does prefixing among a few other things. But integration is likely big changes.
If you know of any solution or workaround to use on top of cxs that we could use today, that would be helpful.
Hello,
As far as I know
cxsdoesn't support vendor prefixing. When you use "advanced" CSS features this can become a problem for any older browser.I was wondering if there was a plan to add support for that (increasing the library size) or if there was a way to maybe post-process the CSS generated by
cxs.In that category I was looking at
stylisthatstyled-jsxuses: it is very fast and does prefixing among a few other things. But integration is likely big changes.If you know of any solution or workaround to use on top of
cxsthat we could use today, that would be helpful.