Skip to content

Commit

Permalink
fix: try full file name on filament preset
Browse files Browse the repository at this point in the history
  • Loading branch information
AxonC committed Mar 28, 2024
1 parent b925154 commit e2e0b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
plugins: {
'tailwindcss/nesting': 'postcss-nesting',
'tailwindcss/nesting': 'postcss-nesting',
tailwindcss: {},
autoprefixer: {},
},
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('tailwindcss').Config} */
import preset from './vendor/filament/support/tailwind.config.preset';
import preset from './vendor/filament/support/tailwind.config.preset.js';

const colors = require('tailwindcss/colors');

Expand Down

0 comments on commit e2e0b0e

Please sign in to comment.