Sascha Tandel
Sascha Tandel
I'll see if I can add this to v1.
Thanks. I'll take a look.
What I hope to achieve is integration with existing tooling (postcss, vite, webpack, ...) that would allow full static extraction without any config. Basically what you two (@danielweck and @rschristian)...
Something like that is implemented in v1. - inline apply: styles are generated in order they are declared - `@(underline font-bold)` -> `@(underline,font-bold)` - `Link@(underline font-bold)` -> `Link#12345` - inline...
That is an amazing idea!
The `separator` option is not implemented yet.
I'll try to add it to twind v1. But my list of to-dos is long.
You are using v0.16, right? Could you give https://github.com/tw-in-js/twind/tree/next a try? I plan to provide some examples for litelement but haven't found the time yet.
I need to take a look at this. But I'm not sure when I get to this.
Thanks you the report and the reproduction. I'll take a look.