mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-03 23:15:37 +00:00
add the darkmode in config file
This commit is contained in:
parent
e95bc82b8e
commit
ce7ac78b42
@ -1,6 +1,7 @@
|
|||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
|
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
|
||||||
|
darkMode: 'class',
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
spacing: {
|
spacing: {
|
||||||
|
Loading…
Reference in New Issue
Block a user