@csstools/postcss-stepped-value-functions
Advanced tools
Comparing version 4.0.4 to 4.0.5
# Changes to PostCSS Stepped Value Functions | ||
### 4.0.4 | ||
### 4.0.5 | ||
_November 1, 2024_ | ||
_November 11, 2024_ | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#303) (patch) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#304) (patch) | ||
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#204) (patch) | ||
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.1.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#210) (minor) | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md) |
{ | ||
"name": "@csstools/postcss-stepped-value-functions", | ||
"description": "Use round, rem and mod functions in CSS", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"contributors": [ | ||
@@ -51,3 +51,3 @@ { | ||
"dependencies": { | ||
"@csstools/css-calc": "^2.0.4", | ||
"@csstools/css-calc": "^2.1.0", | ||
"@csstools/css-parser-algorithms": "^3.0.4", | ||
@@ -54,0 +54,0 @@ "@csstools/css-tokenizer": "^3.0.3" |
@@ -5,5 +5,5 @@ # PostCSS Stepped Value Functions [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS] | ||
[PostCSS Stepped Value Functions] lets you use `round`, `rem` and `mod` stepped value functions, following the [CSS Values 4]. | ||
[PostCSS Stepped Value Functions] lets you use `round`, `rem` and `mod` stepped value functions, following the [CSS Values 4] specification. | ||
```pcss | ||
```css | ||
.test-functions { | ||
@@ -70,3 +70,3 @@ padding: 8px mod(18px, 5px) 1px calc(rem(15px, 6px) + 50%); | ||
```pcss | ||
```css | ||
.test-functions { | ||
@@ -73,0 +73,0 @@ padding: 8px mod(18px, 5px) 1px calc(rem(15px, 6px) + 50%); |
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
6975
Updated@csstools/css-calc@^2.1.0