Files
nexus-terminal/packages/frontend/postcss.config.js
T
Baobhan Sith 08b55a2ce6 update
2025-04-22 20:32:13 +08:00

6 lines
92 B
JavaScript

module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}