Skip to content

Commit 5801fce

Browse files
authored
css-syntax-patches-for-csstree: patch absolute-size (#1758)
1 parent 78881b7 commit 5801fce

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

packages/css-syntax-patches-for-csstree/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to CSS Syntax Patches For CSSTree
22

3+
### Unreleased (patch)
4+
5+
- Patch `<absolute-size>`
6+
37
### 1.0.23
48

59
_January 7, 2026_

packages/css-syntax-patches-for-csstree/dist/index.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,6 @@
539539
"types": {
540540
"dashed-ident": "<custom-property-name>",
541541
"unicode-range-token": "<urange>",
542-
"absolute-size": "xx-small | x-small | small | medium | large | x-large | xx-large",
543542
"alpha()": "alpha( [ from <color> ] [ / [ <alpha-value> | alpha | none ] ]? )",
544543
"anchor-size()": "anchor-size( [ <anchor-name> || <anchor-size> ]? , <length-percentage>? )",
545544
"anchor()": "anchor( <anchor-name>? && <anchor-side> , <length-percentage>? )",

packages/css-syntax-patches-for-csstree/patches/webref-over-csstree-types.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44
"comment": "",
55
"syntax-b": "xx-small | x-small | small | medium | large | x-large | xx-large | xxx-large",
66
"syntax-a": "xx-small | x-small | small | medium | large | x-large | xx-large",
7-
"syntax-m": "xx-small | x-small | small | medium | large | x-large | xx-large",
7+
"syntax-m": "xx-small | x-small | small | medium | large | x-large | xx-large | xxx-large",
88
"tests": {
9-
"passing": [],
9+
"passing": [
10+
{
11+
"property": "font-family",
12+
"value": "xxx-large"
13+
}
14+
],
1015
"failing": []
1116
}
1217
},

0 commit comments

Comments
 (0)