Sage100/postcss.config.js
2026-01-20 11:04:04 +03:00

6 lines
75 B
JavaScript

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