houhou/postcss.config.js
2023-06-07 18:03:50 -05:00

7 lines
81 B
JavaScript

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