Skip to content

Commit

Permalink
Corrige un typage dans la config tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
mariheck committed Jan 31, 2024
1 parent 442bcf5 commit 5256f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Config} from 'tailwindcss';
import {preset} from '@tet/ui';

export default {
presets: [preset],
presets: [preset as Config],
content: [
'../ui/src/**/*.{js,ts,jsx,tsx,mdx}',
'./app/*.{js,ts,jsx,tsx,mdx}',
Expand Down

0 comments on commit 5256f63

Please sign in to comment.