Skip to content

Commit

Permalink
fixup! feat: set post css through vite-config
Browse files Browse the repository at this point in the history
  • Loading branch information
RasenGUY committed Nov 7, 2023
1 parent ddfd840 commit 29712a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,8 @@ export default {
}
},
darkMode: 'class',
plugins: [],
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
}

0 comments on commit 29712a4

Please sign in to comment.