material-ui-tailwind icon indicating copy to clipboard operation
material-ui-tailwind copied to clipboard

Not Working with the latest tailwind version.

Open Sayantansinharay451 opened this issue 3 years ago • 3 comments

I moved the tailwind.config.js to src and also change the tailwind config path in postcss.config.js but it did not work.

Sayantansinharay451 avatar Jan 13 '22 15:01 Sayantansinharay451

Is this still maintained?

tares003 avatar May 30 '22 09:05 tares003

@tares003 I've never maintained this repo. You can just use it to give you a hint on how it can be done ;)

damien-monni avatar Jun 02 '22 11:06 damien-monni

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

uhon avatar Sep 11 '23 18:09 uhon