Add dark mode support
This commit is contained in:
parent
9cc4952c6d
commit
534a38a63c
5 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@ const typography = require('@tailwindcss/typography')
|
|||
const { fontFamily } = defaultTheme
|
||||
|
||||
module.exports = {
|
||||
darkMode: false,
|
||||
darkMode: 'media',
|
||||
important: true,
|
||||
purge: {
|
||||
content: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue