system-apps/postcss.config.js
2024-10-19 18:25:59 +08:00

7 lines
79 B
JavaScript

module.exports = {
plugins: [
'tailwindcss',
'autoprefixer',
],
};