michelegera / create-tailwindcss-boilerplate

🌬A bare-bones Tailwind CSS boilerplate
MIT License
117 stars 18 forks source link

Fix a typo and bring compatibility with Tailwind 2.0 #2

Closed livchits closed 3 years ago

livchits commented 3 years ago

Hi,

I was trying to use the package when I found a little typo in the import of Listr. Also I modified the versions of Tailwind, Autoprefixer and PostCSS to maintain compatibility with the new Tailwind 2.0. The new version needs PostCSS 8 but Parcel has some issues with this version. So, the Tailwind team made a PostCSS 7 compatibility build for cases like this. Here is the documentation: https://tailwindcss.com/docs/installation#post-css-7-compatibility-build

Thanks for your work :)

michelegera commented 3 years ago

Thanks so much for your contribution, @livchits! 🤩 I’ll release a new version soon.

michelegera commented 3 years ago

Released v1.5.0 🚀