Skip to content

Commit

Permalink
chore: add jit mode to tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanobartoletti committed Oct 10, 2024
1 parent 3a24884 commit 0de408c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import type { Config } from 'tailwindcss'
import defaultTheme from 'tailwindcss/defaultTheme'

export default <Partial<Config>>{
mode: 'jit',
content: [
'./app/**/*.{js,jsx,ts,tsx,vue}',
'../node_modules/@nuxt/ui-pro/modules/pro/runtime/components/global/**/*.vue',
Expand Down

0 comments on commit 0de408c

Please sign in to comment.