internal-freight-app/postcss.config.js
2026-06-08 04:48:20 +00:00

6 lines
No EOL
81 B
JavaScript

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