This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
123456yxh
/
plc_editor
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
8d7eeec9c2
Rami (Branch)
Tag
main
plc_editor
/
postcss.config.js
postcss.config.js
113 B
Cronologia
Originale
1
2
3
4
5
6
7
8
export default {
plugins: {
'postcss-pxtorem': {
rootValue: 16,
propList: ['*'],
},
},
}