Skip to content

Commit

Permalink
Fix tailwind warning about node_modules import (#15141)
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 authored Aug 29, 2024
1 parent b85c249 commit 5c0daf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { Config } from 'tailwindcss'
const config: Config = {
content: [
'./index.html',
'./**/*.{vue,js,ts,jsx,tsx}',
'./src/**/*.vue',
],
presets: [prefectDesignTailwindConfig],
}
Expand Down

0 comments on commit 5c0daf4

Please sign in to comment.