Socket
Socket
Sign inDemoInstall

@csstools/postcss-progressive-custom-properties

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@csstools/postcss-progressive-custom-properties - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

dist/custom/double-position-gradients.d.ts

4

CHANGELOG.md
# Changes to PostCSS Progressive Custom Properties
## 1.2.0 (February 15, 2022)
- More matching rules for [double position gradients](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients#readme).
## 1.1.0 (February 12, 2022)

@@ -4,0 +8,0 @@

6

package.json
{
"name": "@csstools/postcss-progressive-custom-properties",
"version": "1.1.0",
"version": "1.2.0",
"description": "Correctly declare progressive enhancements for CSS Custom Properties.",

@@ -33,5 +33,5 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"test": "node .tape.mjs && npm run test:exports",
"test:rewrite-expects": "REWRITE_EXPECTS=true node .tape.mjs",
"test:cli": "bash ./test/cli/test.sh",
"test:exports": "node ./test/_import.mjs && node ./test/_require.cjs"
"test:exports": "node ./test/_import.mjs && node ./test/_require.cjs",
"test:rewrite-expects": "REWRITE_EXPECTS=true node .tape.mjs"
},

@@ -38,0 +38,0 @@ "dependencies": {

@@ -97,2 +97,10 @@ # PostCSS Progressive Custom Properties [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS" width="90" height="90" align="right">][postcss]

## @supports
This plugin wraps Custom Property override declarations in an `@supports` rule.
With PostCSS 8 this trigger declaration visitors to run again.
Make sure your plugin detects and ignores values inside relevant `@supports` rules.
[PostCSS Progressive Custom Properties] runs in all Node environments, with special instructions for:

@@ -99,0 +107,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc