laravel-mix-tailwind
laravel-mix-tailwind copied to clipboard
prefix in confi
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.