Socket
Socket
Sign inDemoInstall

@csstools/postcss-progressive-custom-properties

Package Overview
Dependencies
5
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

dist/conditions-from-values.d.ts

8

CHANGELOG.md
# Changes to PostCSS Progressive Custom Properties
### 3.0.2
_October 9, 2023_
- Add support for css nesting
- Improve grouping of `@supports` rules
- Reduce the size of the generated `@supports` rules for values that contain `var()`
### 3.0.1

@@ -4,0 +12,0 @@

2

dist/index.d.ts

@@ -1,3 +0,3 @@

import type { PluginCreator } from 'postcss';
import { type PluginCreator } from 'postcss';
declare const creator: PluginCreator<null>;
export default creator;
{
"name": "@csstools/postcss-progressive-custom-properties",
"description": "Correctly declare progressive enhancements for CSS Custom Properties.",
"version": "3.0.1",
"version": "3.0.2",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",

@@ -6,0 +6,0 @@ "license": "MIT-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