Skip to content

Commit

Permalink
Update tailwind.config.cjs (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed Dec 16, 2021
1 parent dfdac7c commit 6345e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
mode: 'jit',
plugins: [require('daisyui')],
purge: ['./src/**/*.{html,js,svelte,ts}'],
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
Expand Down

0 comments on commit 6345e5e

Please sign in to comment.