Skip to content

Commit

Permalink
Fix Minimal Theme installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfietje committed Nov 7, 2023
1 parent 99814b7 commit 4fc461e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/plugins/filament-minimal-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,17 @@ First, make sure you've properly installed any Filament packages. Your project s
In your app CSS file, import the Minimal Theme stylesheets for the Filament packages you're using:

```css
@tailwind base;
@tailwind components;
@tailwind utilities;

@import '/vendor/filament/minimal-theme/resources/css/actions';
@import '/vendor/filament/minimal-theme/resources/css/forms';
@import '/vendor/filament/minimal-theme/resources/css/infolists';
@import '/vendor/filament/minimal-theme/resources/css/notifications';
@import '/vendor/filament/minimal-theme/resources/css/support';
@import '/vendor/filament/minimal-theme/resources/css/tables';
@import '/vendor/filament/minimal-theme/resources/css/widgets';

@tailwind base;
@tailwind components;
@tailwind utilities;
```

Next, compile your updated stylesheet using `npm run build`.
Expand Down

0 comments on commit 4fc461e

Please sign in to comment.