@csstools/css-syntax-patches-for-csstree 1.0.4 → 1.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 +3 -3
- package/dist/index.json +3 -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.5
|
|
4
4
|
|
|
5
|
-
_November
|
|
5
|
+
_November 30, 2024_
|
|
6
6
|
|
|
7
|
-
- Update `@webref/css` to [`v6.17.
|
|
7
|
+
- Update `@webref/css` to [`v6.17.4`](https://github.com/w3c/webref/releases/tag/%40webref%2Fraw-css%406.17.4)
|
|
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
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"subscript-position-override": "[ normal | from-font | <percentage> ]{1,2}",
|
|
31
31
|
"subscript-size-override": "[ normal | from-font | <percentage [0,∞]> ]{1,2}",
|
|
32
32
|
"superscript-position-override": "[ normal | from-font | <percentage> ]{1,2}",
|
|
33
|
-
"superscript-size-override": "[ normal | from-font | <percentage [0,∞]> ]{1,2}"
|
|
33
|
+
"superscript-size-override": "[ normal | from-font | <percentage [0,∞]> ]{1,2}",
|
|
34
|
+
"unicode-range": "<unicode-range-token>#"
|
|
34
35
|
}
|
|
35
36
|
},
|
|
36
37
|
"font-feature-values": {
|
|
@@ -428,6 +429,7 @@
|
|
|
428
429
|
},
|
|
429
430
|
"types": {
|
|
430
431
|
"dashed-ident": "<custom-property-name>",
|
|
432
|
+
"unicode-range-token": "<urange>",
|
|
431
433
|
"anchor-size()": "anchor-size( [ <anchor-name> || <anchor-size> ]? , <length-percentage>? )",
|
|
432
434
|
"anchor()": "anchor( <anchor-name>? && <anchor-side> , <length-percentage>? )",
|
|
433
435
|
"angle-percentage": "[ <angle> | <percentage> ]",
|