vulpine-fe/postcss.config.js

7 lines
75 B
JavaScript
Raw Permalink Normal View History

2023-12-19 17:40:02 +01:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};