Socket
Socket
Sign inDemoInstall

postcss-nested

Package Overview
Dependencies
1
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## 1.0.1
* Clean up npm package.
## 1.0

@@ -2,0 +5,0 @@ * Use PostCSS 5.0 API.

25

package.json
{
"name": "postcss-nested",
"version": "1.0.0",
"version": "1.0.1",
"description": "PostCSS plugin to unwrap nested rules like how Sass does it.",

@@ -14,19 +14,20 @@ "keywords": [

"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/postcss/postcss-nested.git"
},
"repository": "postcss/postcss-nested",
"dependencies": {
"postcss": "^5.0.2"
"postcss": "^5.2.17"
},
"devDependencies": {
"gulp-eslint": "1.0.0",
"gulp-mocha": "2.1.3",
"mocha": "2.2.5",
"chai": "3.2.0",
"gulp": "3.9.0"
"eslint": "^3.12.2",
"eslint-config-postcss": "^2.0.2",
"jest": "^18.0.0"
},
"scripts": {
"test": "gulp"
"test": "jest && eslint *.js"
},
"eslintConfig": {
"extends": "eslint-config-postcss/es5",
"env": {
"jest": true
}
}
}

@@ -5,3 +5,3 @@ # PostCSS Nested [![Build Status][ci-img]][ci]

title="Philosopher’s stone, logo of PostCSS"
src="http://postcss.github.io/postcss/logo-leftp.png">
src="http://postcss.github.io/postcss/logo-leftp.svg">

@@ -46,4 +46,8 @@ [PostCSS] plugin to unwrap nested rules like how Sass does it.

See also [postcss-nesting] with tabakins proposal syntax with extra `{`.
Use [postcss-current-selector] **after** this plugin if you want to use current selector in properties or variables values.
Use [postcss-nested-ancestors] **before** this plugin if you want to reference any ancestor element directly in your selectors with `^&`.
See also [postcss-nesting], which implements [Tab Atkin's proposed syntax](https://tabatkins.github.io/specs/css-nesting/) (requires the `&` and introduces `@nest`).
There is also [postcss-nested-props] for nested properties like `font-size`.

@@ -55,7 +59,9 @@

[postcss-nested-props]: https://github.com/jedmao/postcss-nested-props
[postcss-nesting]: https://github.com/jonathantneal/postcss-nesting
[PostCSS]: https://github.com/postcss/postcss
[ci-img]: https://travis-ci.org/postcss/postcss-nested.svg
[ci]: https://travis-ci.org/postcss/postcss-nested
[postcss-current-selector]: https://github.com/komlev/postcss-current-selector
[postcss-nested-ancestors]: https://github.com/toomuchdesign/postcss-nested-ancestors
[postcss-nested-props]: https://github.com/jedmao/postcss-nested-props
[postcss-nesting]: https://github.com/jonathantneal/postcss-nesting
[PostCSS]: https://github.com/postcss/postcss
[ci-img]: https://travis-ci.org/postcss/postcss-nested.svg
[ci]: https://travis-ci.org/postcss/postcss-nested

@@ -62,0 +68,0 @@ ## Usage

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc