This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/postcss-resolve-nested-selector/package.json
2020-11-01 22:46:04 +00:00

21 lines
424 B
JSON

{
"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"
}
}