dashboard
repositories
filestore
activity
search
login
甘晶君
/
jiaotongdaxue
北京交通大学驾驶舱
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat: 增加实况默认选中
Gary Gu
5 days ago
c139d1c4ecfc45bd1e2b95e23a29eec75d04db5e
[~ganjingjun/jiaotongdaxue.git]
/
postcss.config.js
1
2
3
4
5
6
7
8
9
10
11
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
"postcss-pxtorem": {
propList: ["*"],
unitPrecision: 6,
exclude: /node_modules/i,
},
},
};