数通智联化工云平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
424 B

{
"name": "postcss-resolve-nested-selector",
"version": "0.1.1",
"description": "Resolve a nested selector in a PostCSS AST",
"main": "index.js",
"scripts": {
"test": "ava test/*-test.js"
},
"author": "David Clark",
"license": "MIT",
"files": [
"index.js"
],
"devDependencies": {
"ava": "0.12.0",
"postcss": "5.0.16",
"postcss-nested": "1.0.0",
"postcss-nesting": "2.2.0"
}
}