tomahl

Results 6 comments of tomahl

@Anidetrix any progress/insights regarding this problem yet? We would really appreciate some kind of solution because we are kind of stuck atm unfortunately.

solidjs/solid-start is also moving away from `vite.config` in favour of `app.config`, mentioned [here](https://github.com/solidjs/solid-start/releases/tag/v0.6.0). Maybe something to consider when deciding the way forward.

What's your take about this @43081j, will **rollup-plugin-styles** ever make this possible?

> can you please try `${myColor.val()}`? That worked fine. 👍 But, in a large code-base it would be nice if one where able to use the short version.

If you disregard the problem with TS, CSS modules would have also solved the problem of creating global styles right? I'm thinking of the `:global {}` selector.