From b1e2c8fd5cb5dfa46bc440a12eafaf56cd844b1c Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Mon, 24 Nov 2025 20:54:57 +0100 Subject: Docs --- node_modules/tailwindcss/nesting/index.d.ts | 4 ++++ node_modules/tailwindcss/nesting/index.js | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 node_modules/tailwindcss/nesting/index.d.ts create mode 100644 node_modules/tailwindcss/nesting/index.js (limited to 'node_modules/tailwindcss/nesting') diff --git a/node_modules/tailwindcss/nesting/index.d.ts b/node_modules/tailwindcss/nesting/index.d.ts new file mode 100644 index 0000000..72ea464 --- /dev/null +++ b/node_modules/tailwindcss/nesting/index.d.ts @@ -0,0 +1,4 @@ +import type { AcceptedPlugin, PluginCreator } from 'postcss' + +declare const plugin: PluginCreator +export = plugin diff --git a/node_modules/tailwindcss/nesting/index.js b/node_modules/tailwindcss/nesting/index.js new file mode 100644 index 0000000..defd793 --- /dev/null +++ b/node_modules/tailwindcss/nesting/index.js @@ -0,0 +1,2 @@ +let nesting = require('../lib/postcss-plugins/nesting') +module.exports = (nesting.__esModule ? nesting : { default: nesting }).default -- cgit v1.2.3