secondman

Results 15 comments of secondman

I use Vite, not Webpack, but I do use Github Actions to compile all my assets for both my app and ssr but on my Ubuntu server it won't start...

@RomanSarvarov Can you be explicit please about which dev dependencies you moved to dependencies? Nothing seems to work for me except actually installing node_modules on my server. The SSR compilation...

Sure. To be honest I don't remember.

One alternative that I didn't see mentioned above, maybe I missed it, but you can consider working the other way round. Tailwind has the ability to prefix all your Tailwind...

I resolved this if anyone else might need this functionality. Add the following function at the end of your Tailwind config: ```javascript const refactorColors = themeColors => { const colors...