pollo/postcss.config.js

7 lines
81 B
JavaScript
Raw Permalink Normal View History

2023-12-15 10:44:20 -07:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};