cssnano 4.0.4 → 4.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,17 @@
|
|
|
1
|
+
# 4.0.5
|
|
2
|
+
|
|
3
|
+
## Bug Fixes
|
|
4
|
+
|
|
5
|
+
* `postcss-merge-longhand` now correctly merges borders with custom properties.
|
|
6
|
+
* `postcss-merge-longhand` doesn't throw error in some `border` merge cases.
|
|
7
|
+
|
|
1
8
|
# 4.0.4
|
|
2
9
|
|
|
3
10
|
## Bug Fixes
|
|
4
11
|
|
|
5
|
-
* `postcss-merge-longhand`
|
|
6
|
-
* `postcss-merge-longhand`
|
|
7
|
-
* `postcss-merge-longhand`
|
|
12
|
+
* `postcss-merge-longhand` doesn't drop border-width with custom property from border shorthand.
|
|
13
|
+
* `postcss-merge-longhand` doesn't convert `currentColor`.
|
|
14
|
+
* `postcss-merge-longhand` doesn't merge border properties if there is a shorthand property between them.
|
|
8
15
|
|
|
9
16
|
# 4.0.3
|
|
10
17
|
|