mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-30 15:16:42 +08:00
7 lines
87 B
JavaScript
7 lines
87 B
JavaScript
// postcss.config.cjs
|
|
module.exports = {
|
|
plugins: {
|
|
'@unocss/postcss': {}
|
|
}
|
|
};
|