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