© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•7mo ago•
4 replies
ChesterS

Update preset in tailwind.config.js to V4

Sorry if this is not the right place, but wasn't sure where else to ask.

In v3,
tailwind.config.js
tailwind.config.js
had the Filament preset loaded

const preset = require('./vendor/filament/filament/tailwind.config.preset')

module.exports = {
    presets: [preset],
    ...
}
const preset = require('./vendor/filament/filament/tailwind.config.preset')

module.exports = {
    presets: [preset],
    ...
}

Since in v4 this doesn't exist anymore, can we just remove that part from the config?
Solution
You don't need a config file anymore for Tailwind V4. It's configured inside the CSS file
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Tailwind v4: Cannot find module tailwind.config.preset
FilamentFFilament / ❓┊help
13mo ago
tailwind config preset
FilamentFFilament / ❓┊help
3y ago
tailwind v4 upgrade
FilamentFFilament / ❓┊help
5mo ago
tailwind v4 with tailwind v3
FilamentFFilament / ❓┊help
11mo ago