Nuxt/examples/with-purgecss
Olga Bulat e86850a7a4
fix(config): move `preset` to inner `postcssOptions` (#19518)
2023-03-16 09:05:03 -07:00
..
assets/css with-purgecss 2018-03-03 23:32:41 +00:00
layouts refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
pages refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
README.md refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
nuxt.config.js fix(config): move `preset` to inner `postcssOptions` (#19518) 2023-03-16 09:05:03 -07:00
package.json chore(examples): use `2.x` version of nuxt instead of latest (#19737) 2023-03-16 06:24:27 -07:00
tailwind.js chore: update @nuxtjs/eslint-config to v2 and fix lint errors (#6732) 2019-11-26 23:42:39 +01:00

README.md

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.