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

Fonts cannot be processed after installation

Open laraveladmin-cn opened this issue 3 years ago • 1 comments

image image

laraveladmin-cn avatar Nov 25 '21 03:11 laraveladmin-cn

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.

JSXS avatar May 20 '22 23:05 JSXS