mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2026-01-01 06:06:41 +01:00
8 lines
109 B
JavaScript
8 lines
109 B
JavaScript
export default {
|
|
content: ['./src/front/**/*.{html,js}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|