tailwindcss-setup-examples icon indicating copy to clipboard operation
tailwindcss-setup-examples copied to clipboard

Added example with NextJS using PurgeCSS and Sass

Open migramcastillo opened this issue 6 years ago • 2 comments

This is an example that I was working on with NextJS, Sass and PurgeCSS (if you want to have it without Sass please tell me). I'm not a native English speaker so any grammar check is welcome too!

migramcastillo avatar Jun 06 '19 14:06 migramcastillo

Hey thanks! I just added an example of my own Next setup (just PostCSS, no Sass) but I wouldn't mind having a Sass example as well.

Here's the example I added, do you mind making the Sass one as close to that as possible, just with Sass added as well?

https://github.com/tailwindcss/setup-examples/tree/master/examples/nextjs

adamwathan avatar Jun 06 '19 16:06 adamwathan

Done! I also added how to use the PurgeCSS plugin for PostCSS that you have installed there as optional

migramcastillo avatar Jun 06 '19 17:06 migramcastillo