Socket
Socket
Sign inDemoInstall

postcss-nesting

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-nesting - npm Package Compare versions

Comparing version 12.1.4 to 12.1.5

31

CHANGELOG.md
# Changes to PostCSS Nesting
### 12.1.5
_May 23, 2024_
- Fix nested rules within `@scope`
### 12.1.4

@@ -15,27 +21,2 @@

### 12.1.2
_April 21, 2024_
- Edition `2024-02`:
- Do not rewrite selectors for declarations in conditional rules to a form with `:is()`
This will work:
```css
::before, ::after {
color: blue;
@media screen { color: cyan; }
}
```
This still **wont** work:
```css
::before, ::after {
color: blue;
&:hover { color: cyan; }
}
```
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md)

5

package.json
{
"name": "postcss-nesting",
"description": "Nest rules inside each other in CSS",
"version": "12.1.4",
"version": "12.1.5",
"contributors": [

@@ -59,3 +59,3 @@ {

"@csstools/selector-specificity": "^3.1.1",
"postcss-selector-parser": "^6.0.13"
"postcss-selector-parser": "^6.1.0"
},

@@ -65,2 +65,3 @@ "peerDependencies": {

},
"scripts": {},
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting#readme",

@@ -67,0 +68,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc