Files
mao1/Elec/tailwind.config.js
2026-05-09 11:39:45 +08:00

12 lines
204 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: [
"./src/renderer/index.html",
"./src/renderer/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}