/
kreyndelHam
/
Konstructorium
Обзор
Документация
Войти
/
kreyndelHam
/
Konstructorium
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
1
CI/CD
Аналитика
Безопасность
dev
frontend/postcss.config.js
9 строк
177 B
MihahamYT
Code Style + docstrings
22 апр 2026, 00:29
22 апр 2026, 00:29
eea24b4
Код
Авторство
О чём код?
/** PostCSS plugin configuration for frontend styles. */ const postcssConfig = { plugins: { tailwindcss: {}, autoprefixer: {}, }, } module.exports = postcssConfig