postcss-double-position-gradients
Advanced tools
Comparing version 5.0.3 to 5.0.4
# Changes to PostCSS Double Position Gradients | ||
### 5.0.4 | ||
_February 19, 2024_ | ||
- Reuse code with `@csstools/utilities` | ||
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.1.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#310) (minor) | ||
### 5.0.3 | ||
@@ -16,9 +23,2 @@ | ||
### 5.0.1 | ||
_September 18, 2023_ | ||
- Improve performance | ||
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#301) (patch) | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md) |
{ | ||
"name": "postcss-double-position-gradients", | ||
"description": "Use double-position gradients in CSS", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
@@ -41,3 +41,4 @@ "license": "MIT-0", | ||
"dependencies": { | ||
"@csstools/postcss-progressive-custom-properties": "^3.0.3", | ||
"@csstools/postcss-progressive-custom-properties": "^3.1.0", | ||
"@csstools/utilities": "^1.0.0", | ||
"postcss-value-parser": "^4.2.0" | ||
@@ -44,0 +45,0 @@ }, |
# PostCSS Double Position Gradients [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS" width="90" height="90" align="right">][postcss] | ||
[<img alt="NPM Version" src="https://img.shields.io/npm/v/postcss-double-position-gradients.svg" height="20">][npm-url] | ||
[<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord] | ||
<br><br> | ||
[<img alt="Baseline Status" src="https://cssdb.org/images/badges-baseline/double-position-gradients.svg" height="20">][css-url] | ||
[<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/double-position-gradients.svg" height="20">][css-url] | ||
[<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord] | ||
@@ -101,3 +103,4 @@ [PostCSS Double Position Gradients] lets you use double-position gradients in | ||
> [!NOTE] | ||
> We only recommend disabling this when you set `preserve` to `false` or if you bring your own fix for Custom Properties. See what the plugin does in its [README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties#readme). | ||
> We only recommend disabling this when you set `preserve` to `false` or if you bring your own fix for Custom Properties. | ||
> See what the plugin does in its [README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties#readme). | ||
@@ -104,0 +107,0 @@ ```js |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
130
12230
4
27
+ Added@csstools/utilities@^1.0.0
+ Added@csstools/utilities@1.0.0(transitive)
Updated@csstools/postcss-progressive-custom-properties@^3.1.0