Skip to content

Commit 9f204e4

Browse files
committed
@csstools/postcss-sign-functions v1.1.0
1 parent 5df230e commit 9f204e4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

plugins/postcss-sign-functions/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes to PostCSS Sign Functions
22

3-
### Unreleased (minor)
3+
### 1.1.0
4+
5+
_November 17, 2024_
46

57
- Add support for unresolvable values (e.g. `%` and `var()` in `abs()`)
68
- Change `preserve` option to default to `false`

plugins/postcss-sign-functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-sign-functions",
33
"description": "Use sign and abs functions in CSS",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)