feat: institutional site dark mode
This commit is contained in:
9
frontend-aggios.app/tailwind.config.js
Normal file
9
frontend-aggios.app/tailwind.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
const config = {
|
||||
content: [
|
||||
"./app/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./components/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
],
|
||||
darkMode: "class",
|
||||
};
|
||||
module.exports = config;
|
||||
Reference in New Issue
Block a user