This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
data_center_platform
/
ABC-hlwyy-PcSystem
Следить
17
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
af585addbd
Ветки
Метки
master
ABC-hlwyy-Pc...
/
postcss.config.js
postcss.config.js
102 B
История
Исходник
1
2
3
4
5
6
7
const autoprefixer = require('autoprefixer')
module.exports = {
plugins: [
autoprefixer()
]
}