/
dimamir
/
undb
Обзор
Документация
Войти
/
dimamir
/
undb
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
apps/frontend/postcss.config.cjs
12 строк
482 B
nichenqin
Initial Commit
09 май 2024, 09:58
09 май 2024, 09:58
7348116
Код
Авторство
О чём код?
const tailwindcss = require('tailwindcss'); const autoprefixer = require('autoprefixer'); const config = { plugins: [//Some plugins, like tailwindcss/nesting, need to run before Tailwind, //But others, like autoprefixer, need to run after, tailwindcss(), autoprefixer(), ] //Some plugins, like tailwindcss/nesting, need to run before Tailwind, tailwindcss(), //But others, like autoprefixer, need to run after, autoprefixer, autoprefixer] }; module.exports = config;