Anton Evzhakov

Results 125 comments of Anton Evzhakov

Hi, Since v6 Linaria is a thin wrapper around https://github.com/anber/wyw-in-js. `wyw-in-js` encapsulates all processing logic and plugins for different bundlers, so there are not many things to fix in Linaria...

@paulm17 https://github.com/Anber/wyw-in-js/tree/rust but it's extremely raw material :)

Hi @eelco, It looks like this regex is passed from your codebase through the `filter` option. Inside the plugin, it is used as is.

Hi @aweebit, The key problem is that you try to call `css` inside functions. wyw tries to resolve css/styles calls without running the code, which is impossible when tags are...