mirror of
https://github.com/JustusPlays78/Picture-Editor.git
synced 2025-04-29 10:28:26 +00:00
9 lines
123 B
JavaScript
9 lines
123 B
JavaScript
|
module.exports = {
|
||
|
content: [
|
||
|
"./src/**/*.{vue,js,ts,jsx,tsx}",
|
||
|
],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [],
|
||
|
}
|