Skip to content

Why tailwind colors and styles are not working? #1576

Answered by rama-can
rama-can asked this question in Q&A
Discussion options

You must be logged in to vote

Solved

I forgot to register the file in tailwind.config.js 😂

module.exports = {
    content: [
        "./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php",
        "./storage/framework/views/*.php",
        "./resources/views/**/*.blade.php",
        "./resources/js/**/*.js",
        
        /** This */
        "./app/Livewire/**/*Table.php",
        "./vendor/rappasoft/laravel-livewire-tables/resources/views/**/*.blade.php",
    ],
};
``

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rama-can
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant