Nuxt/examples/with-purgecss
pooya parsa e7cc2757c3 refactor: update eslint-config to 1.x
Co-authored-by: Alexander Lichter <manniL@gmx.net>
2019-07-10 15:15:49 +04:30
..
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 doc: create/update README.mds for examples (#4980) 2019-02-08 15:48:30 +01:00
nuxt.config.js refactor: update eslint-config to 1.x 2019-07-10 15:15:49 +04:30
package.json chore(examples): rebase on latest stable nuxt version (#4874) 2019-02-01 16:36:06 +03:30
tailwind.js refactor: update eslint-config to 1.x 2019-07-10 15:15:49 +04:30

README.md

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.