/
viktorphp
/
front-socket
Обзор
Документация
Войти
/
viktorphp
/
front-socket
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
postcss.config.mjs
9 строк
157 B
Viktorphp84
feature-profile: fix postcss and tailwind config
08 янв 2025, 19:38
08 янв 2025, 19:38
e388e45
Код
Авторство
О чём код?
/** @type {import('postcss-load-config').Config} */ const config = { plugins: { tailwindcss: {}, autoprefixer: {}, }, }; export default config;