Next.js: add purge css in tailwind css example

Created on 20 Oct 2019  路  2Comments  路  Source: vercel/next.js

Feature request

Is your feature request related to a problem? Please describe.

Tailwind is a heavy framework and using it without purge CSS can create a very heavy CSS file.

Describe the solution you'd like

tailwind CSS example should also use purge css plugin of postCSS

good first issue

Most helpful comment

I put up https://github.com/zeit/next.js/pull/9145 to address this issue.

All 2 comments

I've just enabled this today in a project I'm working on, so should be able to send in a PR later.

I put up https://github.com/zeit/next.js/pull/9145 to address this issue.

Was this page helpful?
0 / 5 - 0 ratings