justboil / admin-one-vue-tailwind

Free Vue.js 3.x Tailwind 3.x admin dashboard template with dark mode. Vite builds. Pinia state. Laravel integration available
https://justboil.github.io/admin-one-vue-tailwind/
MIT License
2.14k stars 402 forks source link

Remove unneeded -z-1 that cause issue #31

Closed AhmedHelalAhmed closed 1 year ago

AhmedHelalAhmed commented 1 year ago

Hello

I integrate this template with laravel and I faced this issue image

I solved it by removing the -z-1

please review if it is needed tell me if not then I'm happy to help with this small modification

Thanks

vikdiesel commented 1 year ago

Hi, it looks like you get an error because the tailwind.config.js is not updated with template's one. Info: https://github.com/justboil/admin-one-vue-tailwind/tree/master/.laravel-guide#in-tailwindconfigjs

AhmedHelalAhmed commented 1 year ago

Hi, it looks like you get an error because the tailwind.config.js is not updated with template's one. Info: https://github.com/justboil/admin-one-vue-tailwind/tree/master/.laravel-guide#in-tailwindconfigjs

Got it thanks