JeffreyWay / laravel-mix-tailwind

mix.tailwind()
347 stars 25 forks source link

Fonts cannot be processed after installation #33

Open laraveladmin-cn opened 2 years ago

laraveladmin-cn commented 2 years ago

image image

JSXS commented 2 years ago

I think I'm running into the same issue with images in css. While not using mix.tailwind(), mix processes images referenced in css/scss like background: url("./bg.png");

After calling mix.tailwind() in my mix config file, the images no longer get loaded by webpack/mix. I tried updating the scss to use @apply bg-[url('./bg.png')]; and that also didn't work.