Michael Peter
Michael Peter
We did not initially plan this feature for BWE since arbitrary dependencies could be considered a replacement for the module syntax, but that does not acknowledge the weight of the...
@andy-haynes should this come after #57 since `styled-components` leverages a plugin from either babel or swc?
relevant: https://styled-components.com/docs/basics#define-styled-components-outside-of-the-render-method
https://github.com/near/bos-web-engine/discussions/130#discussioncomment-7459805
if this proves challenging, especially to support features like media queries, we could downgrade the priority of this epic to P1/P2 and upgrade #8 to a P0
This should likely only be allowed by certain components like the root
according to [this tweet](https://x.com/adamwathan/status/1716955711907979600), Tailwind may be shipping their new engine written in Rust by EOY. Hopefully we can leverage that as WASM
related to: #139
Tailwind Rust solution is based on LightningCSS: https://x.com/adamwathan/status/1649391725272604672
came across a better intro to Tailwind's new Oxide engine, scroll down to `Next, I gave a sneak peek at Oxide, the next evolution of the Tailwind CSS engine.` on...