@csstools/postcss-trigonometric-functions
Advanced tools
Comparing version 4.0.4 to 4.0.5
# Changes to PostCSS Trigonometric 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-trigonometric-functions/CHANGELOG.md) |
{ | ||
"name": "@csstools/postcss-trigonometric-functions", | ||
"description": "Use sin(), cos(), tan(), acos(), atan(), and atan2() to compute trigonometric relationships", | ||
"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" |
@@ -7,3 +7,3 @@ # PostCSS Trigonometric Functions [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS] | ||
```pcss | ||
```css | ||
.trigonometry { | ||
@@ -94,3 +94,3 @@ line-height: sin(pi / 4); | ||
```pcss | ||
```css | ||
.trigonometry { | ||
@@ -97,0 +97,0 @@ line-height: sin(pi / 4); |
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
9054
Updated@csstools/css-calc@^2.1.0