Skip to content

What happened to responsive first? Or am I just not doing it right? #758

Discussion options

You must be logged in to vote

Absolutely. It works for me on both desktop and mobile.

After you make changes, are you running npm run build and php artisan view:clear to make sure you're clearing the cache and viewing the most recent change(s)?

Yeah I did both

Quick question, in the tailwind.config.js, does that automatically include subfolders with:

"./resources/**/*.blade.php"?

I have my layout inside of:

resources/layouts/fluxui/ and it seems like that line isn't going to cover the fluxui folder?

@jeffchown This was the problem. It's fixed now and works correctly 🤦‍♂️🤦‍♂️🤦‍♂️

I had to add:

"./resources/**/**/*.blade.php" to my tailwind config because I had my layout in a subfolder of the layouts folder, and I o…

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@jamesautodude
Comment options

@jeffchown
Comment options

@jamesautodude
Comment options

@jamesautodude
Comment options

Answer selected by jamesautodude
@jeffchown
Comment options

@jamesautodude
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants