Files
Devour/landing/postcss.config.js
T
Tomas Dvorak 55885a0e8f first commit
2026-02-22 10:42:17 +01:00

6 lines
90 B
JavaScript

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