schreiben/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2023-08-28 13:35:05 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}