Julien
Julien
I created a repo here: [https://github.com/JulSeb42/test-macro](https://github.com/JulSeb42/test-macro) And I published a mini package to npm to show you: [https://www.npmjs.com/package/test-macro](https://www.npmjs.com/package/test-macro)
Hi, thanks for your answer! The thing is that if I don't use `styled-components/macro` the classnames are like this: ``` sc-hKMtZM ewBCWO ``` instead of ``` StyledMain-sc-phgdf-1 OMdoR ``` How...
Hi, I'm having the same troubles when I try to install any extension or theme. Could you find the solution? Technical Details - Pagekit version: 1.0.16 - Web server: Apache/2.2.34...
Hey, I'm trying to use `vite-plugin-babel-macros` inside my project. It works, but I'd like not to have the fileName displayed inside the generated class. I tried like this, but I...