laravel-mix-tailwind icon indicating copy to clipboard operation
laravel-mix-tailwind copied to clipboard

prefix in confi

Open chucklin72 opened this issue 4 years ago • 1 comments

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.

chucklin72 avatar Mar 09 '20 18:03 chucklin72

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.

JaimeGizzle avatar Mar 12 '23 18:03 JaimeGizzle