Skip to content

Commit

Permalink
Do not need purge with next config changes #2827
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Feb 12, 2025
1 parent 7cc2764 commit a2c5e34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const round = (num) =>
const em = (px, base) => `${round(px / base)}em`

module.exports = {
purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
content: [
'./components/**/*.{js,ts,tsx}',
'./pageComponents/**/*.{js,ts,tsx}',
Expand Down

0 comments on commit a2c5e34

Please sign in to comment.