Files
knl_meowscendence/tailwind.config.js
2025-09-24 13:00:31 +02:00

8 lines
115 B
JavaScript

export default {
content: ['./src/front/**/*.{html,js,ts,css}'],
theme: {
extend: {},
},
plugins: [],
}