bms-forge/postcss.config.js
2026-03-19 01:09:12 -04:00

6 lines
No EOL
79 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}