© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•10mo ago•
6 replies
Jamie Cee

Tailwind setup not entirely working

So the project route has this layout
import preset from './vendor/filament/support/tailwind.config.preset'

export default {
    presets: [preset],
    content: [
        './app/Filament/**/*.php',
        './resources/views/pages/**/*.blade.php',
        './resources/views/livewire/**/*.blade.php',
        './resources/views/filament/**/*.blade.php',
        './vendor/filament/**/*.blade.php',
    ],
}
import preset from './vendor/filament/support/tailwind.config.preset'

export default {
    presets: [preset],
    content: [
        './app/Filament/**/*.php',
        './resources/views/pages/**/*.blade.php',
        './resources/views/livewire/**/*.blade.php',
        './resources/views/filament/**/*.blade.php',
        './vendor/filament/**/*.blade.php',
    ],
}


I see there is also a tailwind.config.js located inside resources/css/filament/admin after I follow the steps for custom theme styling.

However, tailwind properties aren't working, such as sm:justify-center etc, and im so confused why
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Tailwind not working
FilamentFFilament / ❓┊help
6mo ago
Tailwind Colour Palette Not working
FilamentFFilament / ❓┊help
7mo ago
Tailwind bg colours not working
FilamentFFilament / ❓┊help
8mo ago
some Tailwind classes not working
FilamentFFilament / ❓┊help
3y ago