Picture-Editor/tailwind.config.js

9 lines
123 B
JavaScript
Raw Permalink Normal View History

2024-12-24 18:01:57 +01:00
module.exports = {
content: [
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}