Files
yakpanel-core/YakPanel-server/frontend/tailwind.config.js

13 lines
203 B
JavaScript
Raw Normal View History

2026-04-07 02:04:22 +05:30
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
darkMode: 'class',
theme: {
extend: {},
},
plugins: [],
}