nezha_dash/postcss.config.js
2024-11-22 09:39:12 +08:00

6 lines
72 B
JavaScript

module.exports = {
plugins: {
"@tailwindcss/postcss": {},
},
};