postcss-nest
Version:
PostCss plugin for Property-level factoring, block-level merging, and nesting of pseudo-classes/elements producing beautiful, modern, minimal, maintainable, DRY CSS
38 lines (37 loc) • 866 B
JSON
{
"name": "postcss-nest",
"version": "1.0.3",
"description": "PostCss plugin for Property-level factoring, block-level merging, and nesting of pseudo-classes/elements producing beautiful, modern, minimal, maintainable, DRY CSS",
"author": "xero",
"license": "CC0-1.0",
"main": "postcss-nest.js",
"type": "module",
"types": "postcss-nest.d.ts",
"exports": {
"import": "./postcss-nest.js",
"require": "./postcss-nest.js"
},
"keywords": [
"postcss",
"postcss-plugin",
"css",
"nesting",
"css nesting",
"plugin",
"css transpiler"
],
"peerDependencies": {
"postcss": "^8.0.0"
},
"devDependencies": {
"vitest": "^3.2.4"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xero/postcss-nest.git"
}
}