pixelastic / norska

🏔️ Custom SSG using Pug, Webpack, PostCSS and Tailwind.
https://projects.pixelastic.com/norska/
MIT License
8 stars 0 forks source link

[Major upgrade]: Upgrade to Tailwind v2 #110

Open pixelastic opened 3 years ago

pixelastic commented 3 years ago

Norska should update to Tailwind v2. I assume some of my custom plugins will be integrated into the core. Thankfully, we now have Percy tests to make sure we didn't break anything, so the upgrade should go smoothly.

pixelastic commented 3 years ago

Upgrade of postcss-nested is currently blocked as it creates node.getIterator is not a function errors (even when not calling it).

See postcss/postcss-nested#106 for details on the error.

pixelastic commented 3 years ago

postcss-nested wasn't the issue. The issue was postcss-clean, and we're now using cssnano. So the whole postCSS situation is solved.