This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
luojigou_h5
/
train
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
1c49a9b834
Rami (Branch)
Tag
master
train
/
postcss.config.js
postcss.config.js
108 B
Cronologia
Originale
1
2
3
4
5
6
7
module.exports = {
plugins: {
'postcss-px-to-viewport': {
viewportWidth: 375
}
}
}