We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18bb47b commit 102ba44Copy full SHA for 102ba44
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 9.0.1 (2023-05-05)
2
+
3
+## Bug Fixes
4
5
+* fix disappearing calc expression when source contains extra brackets ([18bb47bd0](https://github.com/postcss/postcss-calc/commit/18bb47bd095d2a5b224b0a60521e52f620474b3d))
6
7
# 9.0.0 (2023-04-29)
8
9
## Breaking Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-calc",
- "version": "9.0.0",
+ "version": "9.0.1",
"description": "PostCSS plugin to reduce calc()",
"keywords": [
"css",
0 commit comments