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/package.json | 39 ++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 node_modules/@tailwindcss/nesting/package.json (limited to 'node_modules/@tailwindcss/nesting/package.json') diff --git a/node_modules/@tailwindcss/nesting/package.json b/node_modules/@tailwindcss/nesting/package.json new file mode 100644 index 0000000..62ce37f --- /dev/null +++ b/node_modules/@tailwindcss/nesting/package.json @@ -0,0 +1,39 @@ +{ + "name": "@tailwindcss/nesting", + "version": "0.0.0-insiders.565cd3e", + "description": "A light wrapper around any postcss nesting plugin improves compatibility with Tailwind CSS.", + "main": "index.js", + "scripts": { + "test": "jest" + }, + "publishConfig": { + "access": "public" + }, + "prettier": { + "printWidth": 100, + "semi": false, + "singleQuote": true, + "trailingComma": "es5" + }, + "jest": { + "setupFilesAfterEnv": [ + "/jest/custom-matchers.js" + ] + }, + "files": [ + "index.js", + "README.md" + ], + "license": "MIT", + "peerDependencies": { + "postcss": "^8.2.15" + }, + "dependencies": { + "postcss-nested": "^5.0.5" + }, + "devDependencies": { + "jest": "^26.6.3", + "postcss": "^8.2.15", + "prettier": "^2.3.0" + } +} -- cgit v1.2.3