mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-10-14 02:54:44 +02:00
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
export default {
|
|
content: ['./src/front/**/*.{html,js,ts,css}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|