goshort/frontend/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2023-08-18 19:51:10 -03:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}