material-ui-tailwind
material-ui-tailwind copied to clipboard
Not Working with the latest tailwind version.
I moved the tailwind.config.js
to src
and also change the tailwind config path in postcss.config.js
but it did not work.
Is this still maintained?
@tares003 I've never maintained this repo. You can just use it to give you a hint on how it can be done ;)
I had also problems specifying the config path in postcss config. Solved it by using declaration in main css like this:
@config "./theme/tailwind.config.js";
Tailwind docs describe it as an alternative method for configuring tailwind path.
Check it out here: https://tailwindcss.com/docs/configuration#using-a-different-file-name