/
Percival
/
react_final_project
Обзор
Документация
Войти
/
Percival
/
react_final_project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
postcss.config.cjs
6 строк
163 B
Rituparn
Added code
23 ноя 2025, 19:02
23 ноя 2025, 19:02
2aec7c7
Код
Авторство
О чём код?
const autoprefixer = require('autoprefixer'); const cssnano = require('cssnano'); module.exports = { plugins: [autoprefixer, cssnano({ preset: 'default' })], };