Support the ongoing development of Laravel.io →
posted 2 years ago
Laravel
Last updated by @driesvints 1 year ago.
0

In tailwind.config.js file, try this:

    content: [
        './vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
        './storage/framework/views/*.php',
        './resources/views/**/*.blade.php',
        './resources/js/**/*.vue',
    ],

Let me know if that makes a difference.

0

I tried what you said and not working no. I am using all the latest. Laravel 9 and the latest of all the plugins etc.

0

What's your webpack.mix.js config?

0

If you are using VScode then add: Tailwind Css IntelliSense Extension, then add "files.associations": { "*.css": "tailwindcss" }, to settings.json file.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Calvin caldevcani Joined 22 Feb 2022

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.