forked from mirrors/amnezia-wg-easy
Update tailwind.config.js
Fixed missing `media` (replacing an errant `class`) for auto dark mode
This commit is contained in:
parent
7900ca1e80
commit
2eb276a836
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
darkMode: 'class',
|
||||
darkMode: 'media',
|
||||
content: ['./www/**/*.{html,js}'],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue