Nuxt/examples/with-purgecss
2019-06-25 10:52:13 +01: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
nuxt.config.js chore: not match non-alphabetical characters 2019-06-25 10:52:13 +01:00
package.json chore(examples): rebase on latest stable nuxt version (#4874) 2019-02-01 16:36:06 +03:30
README.md doc: create/update README.mds for examples (#4980) 2019-02-08 15:48:30 +01:00
tailwind.js lint: no-var (#3681) 2018-08-10 20:46:53 +01:00

Nuxt.js 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.