feat: respect system theme for appearance
This commit is contained in:
parent
b45a643ce0
commit
91ad1fcdeb
4 changed files with 2 additions and 35 deletions
|
@ -1,7 +1,6 @@
|
|||
const defaultTheme = require('tailwindcss/defaultTheme')
|
||||
|
||||
module.exports = {
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
extend: {
|
||||
spacing: {
|
||||
|
|
Reference in a new issue