Files
zeroone/postcss.config.js
KM 6e4dc5e9db init
Initial mock up of the app
2024-01-22 12:03:56 +01:00

7 lines
80 B
JavaScript

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