This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
123456yxh
/
plc_editor
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
c15c1d414e
ブランチ
タグ
main
plc_editor
/
postcss.config.js
postcss.config.js
113 B
履歴
Raw
1
2
3
4
5
6
7
8
export default {
plugins: {
'postcss-pxtorem': {
rootValue: 16,
propList: ['*'],
},
},
}