SchiriTrainer2/frontend/tailwind.config.js
2025-07-25 01:24:32 +02:00

11 lines
146 B
JavaScript

export default {
darkMode: 'class',
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}