xyyd-fatfox/postcss.config.js

7 lines
78 B
JavaScript
Raw Permalink Normal View History

2024-09-09 17:53:07 +08:00
export default {
plugins: {
autoprefixer: {},
tailwindcss: {}
}
}