blitz-js / legacy-framework

MIT License
3 stars 2 forks source link

Remove purgecss from tailwind example #498

Closed merelinguist closed 4 years ago

merelinguist commented 4 years ago

What do you want and why?

Tailwind now supports purgecss by default! We should use this rather than including it in the example’s postcss.config.js

Possible implementation(s)

  1. Upgrade tailwind to the latest version

  2. Uninstall postcss

  3. Remove postcss related code from examples/tailwind/postcss.config.js

  4. Edit the tailwind.config.js as described here https://github.com/tailwindcss/tailwindcss/releases/tag/v1.4.0

JoseRFelix commented 4 years ago

Would love to work on this!