Nuxt/examples/with-purgecss
2020-11-30 23:44:04 +01:00
..
assets/css
layouts
pages
nuxt.config.js refactor: update eslint-config to 1.x 2019-07-10 15:15:49 +04:30
package.json refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
README.md refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
tailwind.js chore: update @nuxtjs/eslint-config to v2 and fix lint errors (#6732) 2019-11-26 23:42:39 +01:00

Nuxt with Purgecss (and Tailwind CSS)

Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces.

Purgecss is a tool to remove unused CSS. It can be used as part of your development workflow. Purgecss comes with a JavaScript API, a CLI, and plugins for popular build tools.