Open ncphillips opened 6 years ago
You may be considering this elsewhere, but in my view, Tailwind is only viable with PurgeCSS, or another like it.
I think this is a perfect example of a "fork" of static-scripts
, i.e, create-static-site-tailwindjs
I should note that I am not at all familiar with Tailwind, so I am deferring to the community until I get a chance to do my research
@ncphillips
Here's an example of Tailwinds with CRA: https://medium.com/@mikeeeeeeey/create-react-app-tailwind-css-feat-postcss-631d9e33ba8c
But in reality, you'll want it as part of your PostCSS plugins, so that's a separate instance of C-S-S.
Figure this out and add a section to the README