Skip to content

Commit

Permalink
adapt tailwind config to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
p-fruck committed Nov 4, 2023
1 parent e729979 commit 1c22b6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
purge: ['./src/**/*.svelte', './src/**/*.css'],
darkMode: false, // or 'media' or 'class'
content: ['./src/**/*.svelte', './src/**/*.css'],
theme: {
extend: {},
},
Expand Down

0 comments on commit 1c22b6e

Please sign in to comment.