See how to organize your TailwindCSS workflow in Nuxt via PostCSS and a bunch of useful plugins. Such as:
- Nesting
- Custom properties
- PostCSS variables
- Autoprefixer
- PurgeCSS
- and much more
You can forget about SASS now ;)
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
For detailed explanation on how things work, check out: