Files
barcode-scanner.jeffthecode…/postcss.config.js
2025-06-06 18:18:31 +08:00

7 lines
91 B
JavaScript

export default {
plugins: {
"@tailwindcss/postcss": {},
autoprefixer: {},
},
}