This website works better with JavaScript
Главная
Обзор
Помощь
Вход
Hryhorii
/
hw-js-13-async-2
Следить
1
В избранное
0
Ответвить
0
Файлы
Обсуждения
0
Запросы на слияние
0
Вики
Дерево:
5c084437c0
Ветки
Метки
master
hw-js-13-asy...
/
postcss.config.js
postcss.config.js
95 B
История
Исходник
1
2
3
4
5
const autoprefixer = require('autoprefixer');
module.exports = {
plugins: [autoprefixer]
};