Open camstuart opened 1 year ago
Hey @camstuart. You can easily generate a Meteor.js + React + Tailwind app by using the command below:
meteor create myproject --tailwind
There is a step-by-step on Taiwind website: https://tailwindcss.com/docs/guides/meteor This blog post may help you as well: https://blog.meteor.com/meteor-js-with-react-and-tailwind-css-3-3e878645451e
And you can also check these two example projects (which we should include on this repo): https://github.com/fredmaiaarantes/meteorjs-template https://github.com/quavedev/meteor-template
Hello and thankyou for the example: https://github.com/meteor/examples/tree/main/tailwindcss
It works perfectly well, however when I run the instructions to repeat this, I get
Which throws the following error:
However, if i use:
Then everything is is ok. Are you able to share what combination of packages and versions will work with tailwindcss 3.x?
Thanks