/
lizardking
/
react_final
Обзор
Документация
Войти
/
lizardking
/
react_final
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
old
postcss.config.cjs
6 строк
163 B
LizardKing
refactor: initial commit
22 ноя 2025, 15:51
22 ноя 2025, 15:51
29591af
Код
Авторство
О чём код?
const autoprefixer = require('autoprefixer'); const cssnano = require('cssnano'); module.exports = { plugins: [autoprefixer, cssnano({ preset: 'default' })], };