We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df230e commit 9f204e4Copy full SHA for 9f204e4
plugins/postcss-sign-functions/CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changes to PostCSS Sign Functions
2
3
-### Unreleased (minor)
+### 1.1.0
4
+
5
+_November 17, 2024_
6
7
- Add support for unresolvable values (e.g. `%` and `var()` in `abs()`)
8
- Change `preserve` option to default to `false`
plugins/postcss-sign-functions/package.json
@@ -1,7 +1,7 @@
{
"name": "@csstools/postcss-sign-functions",
"description": "Use sign and abs functions in CSS",
- "version": "1.0.0",
+ "version": "1.1.0",
"contributors": [
"name": "Antonio Laguna",
0 commit comments