Open chucklin72 opened 4 years ago
with require('tailwindcss') I was able to use prefix in tailwind.config.js module.exports = { prefix: "tw-" }; with laravel-mix-tailwind it does not recognize prefix.
I'm having the same issue, with: prefix: 'tw-',
running npx mix watch with prefix: 'tw-', will NOT compile css files but it will without it.
with require('tailwindcss') I was able to use prefix in tailwind.config.js module.exports = { prefix: "tw-" }; with laravel-mix-tailwind it does not recognize prefix.