This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
litianbiao
/
shenze-sysMan
Следить
2
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Ветка:
sc-test
Ветки
Метки
feature-AirwallexPayment
feature-blockRelatedSuperiors
feature-fife
feature-sun
feature/smart-update
master
sc
sc-test
sunzee
sunzee-dev
sunzee-test
sunzee-test-chatbot
shenze-sysMan
/
postcss.config.js
postcss.config.js
138 B
Постоянная ссылка
История
Исходник
1
2
3
4
5
6
7
8
module.exports = {
plugins: {
'postcss-pxtorem': {
rootValue: 36,
propList: ['*'],
},
},
}