FieldOps/apps/operator-pwa/postcss.config.cjs
2026-05-16 12:02:15 +01:00

7 lines
83 B
JavaScript

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