Skip to content

Commit 22b8b33

Browse files
authored
Adapt a class strategy for dark mode
to better integrate with laravelwebdev/responsive#4
1 parent 55ac313 commit 22b8b33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const colors = require('tailwindcss/colors');
22

33
module.exports = {
44
purge: false,
5+
darkMode: 'class',
56
theme: {
67
extend: {},
78
colors: colors,

0 commit comments

Comments
 (0)