Uecko_ERP/packages/ui/postcss.config.js

8 lines
120 B
JavaScript
Raw Normal View History

2025-01-28 14:01:02 +00:00
// eslint-disable-next-line no-undef
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};