Files
Nova40Landing/postcss.config.js
T
2026-05-05 18:35:16 +07:00

7 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}