TraceDash/postcss.config.js

7 lines
93 B
JavaScript
Raw Normal View History

2023-11-23 19:27:43 +01:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};