aybWeb/postcss.config.js
2023-12-08 18:43:56 +01:00

7 lines
74 B
JavaScript

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