Does anyone have a Tailwinds CSS 2.0 setup that works with Meteor 2.0? I tried the following Using Tailwindcss on Meteor projects - DEV Community but it seems to be based on what is now an outdated Meteor module for PostCSS. Tailwinds wants v8, hexsprite:postcss brings in PostCSS v7, I also tried the Tailwind 2.0 compat version found here: Installation - Tailwind CSS but it still throws:
While minifying app stylesheet:
app/client/main.css: Cannot read property 'toString' of undefined
While minifying app stylesheet:
app/client/main.css: Cannot read property 'toString' of undefined
Anyone have a working example or know what I’m doing wrong? Is the answer just trying to look at updating the PostCSS module or swapping to a different CSS framework?