postcss-nested
Version:
PostCSS plugin to unwrap nested rules like how Sass does it
40 lines (39 loc) • 822 B
JSON
{
"name": "postcss-nested",
"version": "8.0.1",
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
"keywords": [
"css",
"nested",
"postcss",
"postcss-plugin",
"sass"
],
"license": "MIT",
"author": "Andrey Sitnik <andrey@sitnik.es>",
"repository": "postcss/postcss-nested",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"type": "module",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"dependencies": {
"postcss-selector-parser": "^7.1.4"
},
"peerDependencies": {
"postcss": "^8.2.14"
},
"engines": {
"node": "^22.0.0 || ^24.0.0 || >= 26.0.0"
}
}