20 lines
428 B
JSON
20 lines
428 B
JSON
{
|
|
"name": "postcss-nested",
|
|
"version": "4.2.3",
|
|
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
|
|
"keywords": [
|
|
"postcss",
|
|
"css",
|
|
"postcss-plugin",
|
|
"sass",
|
|
"nested"
|
|
],
|
|
"author": "Andrey Sitnik <andrey@sitnik.ru>",
|
|
"license": "MIT",
|
|
"repository": "postcss/postcss-nested",
|
|
"dependencies": {
|
|
"postcss": "^7.0.32",
|
|
"postcss-selector-parser": "^6.0.2"
|
|
}
|
|
}
|