/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/cms-umbraco/postcss.config.js
8 строк
204 B
Kenn Jacobsen
examples: Add `cms-umbraco` example (#52777)
30 авг 2024, 00:46
Не верифицирован
30 авг 2024, 00:46
38d1987
Код
Авторство
О чём код?
// If you want to use other PostCSS plugins, see the following: // https://tailwindcss.com/docs/using-with-preprocessors module.exports = { plugins: { tailwindcss: {}, autoprefixer: {}, }, };