Files
inker/frontend/postcss.config.js
T
2026-03-10 20:04:45 +00:00

7 lines
91 B
JavaScript

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