Files
contexta_fe/postcss.config.js
belviskhoremk 53279e8fe1 Initial commit
2026-02-22 22:00:55 +00:00

7 lines
80 B
JavaScript

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