1
0
mirror of https://github.com/MetaCubeX/metacubexd.git synced 2025-01-16 01:33:53 +08:00
metacubexd/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2023-08-24 04:20:53 +08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}