Created using Daisy UI, Tailwind and PostCSS following the guide at https://daisyui.com/blog/npm-init-daisyui/.
Add any custom CSS to the style.css file and not the base.css file. The base.css can be overwritten if Tailwind is compiled again.
The style.css has already been generated with tailwind and shouldn't need any scripts. Below are the steps just in case it needs to be processed again.
- Install Node (preferably using NVM)
- Run
npm installto install all the existing dependencies - Start the Tailwind CLI with
npm run devthat will watch for changes and build the base.css file.