headplane/postcss.config.js
2024-03-17 19:34:54 -04:00

7 lines
74 B
JavaScript

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