This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
Natural_p1
/
YZT_YUHANG
Liatin
3
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Pohon:
8cebee84b6
Ranting
Tag
master
YZT_YUHANG
/
YHYZT
/
client
/
postcss.config.js
postcss.config.js
129 B
Riwayat
Mentahan
1
2
3
4
5
6
7
8
9
module.exports = {
plugins: {
"postcss-pxtorem": {
rootValue: 16,
propList: ["*"]
}
}
};