DEV Community

Christopher Nelson
Christopher Nelson

Posted on

Shopify, tailwind, alpine, packaged with vite

Hello, I'm starting from this template to build my Shopify website
https://github.com/0wain/sholpine/tree/master

It uses vite to setup tailwind and alpine and apparently to start building you just run these commands in the command line npm install, npm run dev, npm run build

and when I run these commands it applies the tailwind styles that are in the sections/navigation.liquid file and creates a .json, .css, and .js file in the assets folder.

However, when I add more tailwind styles it does not update the .css file that is automatically generated after running the above commands. Am I missing a step?

Top comments (0)