Skip to content

Commit

Permalink
Inserindo o past app na config do tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
MSpilari committed Jan 11, 2024
1 parent 7715070 commit 4ce05bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = {
mode: 'jit',
content: [
'./app/**/*.{js,ts,jsx,tsx}',
'./app/*.{js,ts,jsx,tsx}',
'./pages/**/*.{js,ts,jsx,tsx}',
'./pages/*.{js,ts,jsx,tsx}',
'./src/components/**/*.{js,ts,jsx,tsx}',
Expand Down

0 comments on commit 4ce05bd

Please sign in to comment.