JeffreyWay / laravel-mix-tailwind

mix.tailwind()
347 stars 25 forks source link

prefix in confi #22

Open chucklin72 opened 4 years ago

chucklin72 commented 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.

JaimeGizzle commented 1 year ago

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.