Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 760 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 760 Bytes

TailwindCSS in Nuxt via PostCSS

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 ;)

Build Setup

# 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: