1 Star 1 Fork 81

MaleWeb/oa

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
postcss.config.js 178 Bytes
Copy Edit Raw Blame History
许银灯 authored 2024-03-07 18:38 . init: 初始提交
module.exports = {
plugins: {
"postcss-import": {},
tailwindcss: {},
autoprefixer: {},
...(process.env.NODE_ENV === "production" ? { cssnano: {} } : {})
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/maleweb/oa.git
git@gitee.com:maleweb/oa.git
maleweb
oa
oa
main

Search