Skip to content

Commit

Permalink
chore(tailwind): add darkMode strategy as "class"
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 12, 2022
1 parent e094c65 commit 94ec55f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{ts,tsx}'],
darkMode: 'class',
theme: {
extend: {}
},
Expand Down

0 comments on commit 94ec55f

Please sign in to comment.