goshort/frontend/postcss.config.js
2023-08-18 19:51:10 -03:00

7 lines
80 B
JavaScript

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