/
githubmirror
/
devika
Обзор
Документация
Войти
/
githubmirror
/
devika
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ui/postcss.config.cjs
13 строк
323 B
theophine savio theodore
Svelte => SvelteKit (#17)
23 мар 2024, 09:04
Не верифицирован
23 мар 2024, 09:04
c246fa7
Код
Авторство
О чём код?
const tailwindcss = require("tailwindcss"); const autoprefixer = require("autoprefixer"); const config = { plugins: [ //Some plugins, like tailwindcss/nesting, need to run before Tailwind, tailwindcss(), //But others, like autoprefixer, need to run after, autoprefixer, ], }; module.exports = config;