add the darkmode in config file

This commit is contained in:
staticGuru 2023-10-09 19:48:17 +05:30
parent e95bc82b8e
commit ce7ac78b42

View File

@ -1,6 +1,7 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
darkMode: 'class',
theme: {
extend: {
spacing: {