Files
safe-os-ui/postcss.config.js

7 lines
81 B
JavaScript
Raw Permalink Normal View History

2026-03-12 16:33:33 +08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};