ComicViewer/frontend/tailwind.config.js
2025-06-09 16:19:14 +08:00

11 lines
139 B
JavaScript

module.exports = {
content: [
"./index.html",
"./src/**/*.{js,jsx,ts,tsx}"
],
theme: {
extend: {},
},
plugins: [],
}