Socket
Socket
Sign inDemoInstall

postcss-nesting

Package Overview
Dependencies
9
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.1.1 to 12.1.2

31

CHANGELOG.md
# Changes to PostCSS Nesting
### 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; }
}
```
### 12.1.1

@@ -15,8 +40,2 @@

### 12.0.4
_February 26, 2024_
- Fix order of final CSS with complex usage of both nesting and mixins, by @pciarach
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md)

2

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

@@ -6,0 +6,0 @@ {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc