voorjaar

Results 13 comments of voorjaar

> No problem. The most important think is we can import External CSS file into our project. Especially if the obfuscating feature of class names in compiled mode can be...

v0.18.3 should fix this. and also added more detailed log info.

found another bug, if enable auto rename tag, and require some plugin like typography windi plugin will crash.

> /cc @voorjaar can you reproduce it? I can not reproduce it I can't either, not sure what happened here.

> Huh? This is weird but it just started working. I don't know if it started working after the last release but I think I've tried it, didn't work. Somehow...

I had a similar problem today, and found a hacker solution. Until this feature is implemented, I think you guys can use this solution. ```javascript import * as monaco from...

> > For my purposes, I was implementing a parse + visit, and needed spans to get access to comments in the source which SWC doesn't currently include in the...

Not sure if this works. We didn't use the built-in visitor. See https://github.com/macro-plugin/macros ```js async function hackParseFile (file, options) { const offset = (await parse("")).span.end return [offset, await parseFile(file, options)]...

> I have also encountered this issue. Such a feature would be useful for defining default classes in props (or objects where you can style an element based on a...

> cc @voorjaar do not know if that is anything helpful. But I liked the inspiration here. Just take it as an additional thought :) [windicss/svelte-windicss-preprocess#35 (comment)](https://github.com/windicss/svelte-windicss-preprocess/issues/35#issuecomment-786499168) Yes. that was...