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

7 lines
81 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}