@csstools/css-syntax-patches-for-csstree 1.0.8 → 1.0.9
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 +3 -3
- package/dist/index.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Changes to CSS Syntax Patches For CSSTree
|
|
2
2
|
|
|
3
|
-
### 1.0.
|
|
3
|
+
### 1.0.9
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
_February 12, 2025_
|
|
6
6
|
|
|
7
|
-
- Update `@webref/css` to [`v6.18.
|
|
7
|
+
- Update `@webref/css` to [`v6.18.1`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%406.18.1)
|
|
8
8
|
|
|
9
9
|
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/css-syntax-patches-for-csstree/CHANGELOG.md)
|
package/dist/index.json
CHANGED
|
@@ -626,7 +626,7 @@
|
|
|
626
626
|
"predefined-rectangular": "jzazbz | ictcp",
|
|
627
627
|
"predefined-rectangular-params": "<predefined-rectangular> [ <number> | <percentage> | none ]{3}",
|
|
628
628
|
"predefined-rgb": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | rec2100-pq | rec2100-hlg | rec2100-linear",
|
|
629
|
-
"progress": "[ <percentage> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
|
|
629
|
+
"progress": "[ <percentage-token> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
|
|
630
630
|
"progress()": "progress( <calc-sum> , <calc-sum> , <calc-sum> )",
|
|
631
631
|
"pseudo-page": "':' [ left | right | first | blank ]",
|
|
632
632
|
"pt-class-selector": "[ '.' <custom-ident> ]+",
|