Files
mofumofu/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2023-12-20 16:42:21 +08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}