/
6gcats
/
6GC
Обзор
Документация
Войти
/
6gcats
/
6GC
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
node_modules/tailwindcss/src/postcss-plugins/nesting/index.js
13 строк
259 B
reis
final version
15 янв 2025, 21:15
15 янв 2025, 21:15
20bd4c3
Код
Авторство
О чём код?
import { nesting } from './plugin' export default Object.assign( function (opts) { return { postcssPlugin: 'tailwindcss/nesting', Once(root, { result }) { return nesting(opts)(root, result) }, } }, { postcss: true } )