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