Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/css-syntax-patches-for-csstree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes to CSS Syntax Patches For CSSTree

### Unreleased (patch)

- Update `@webref/css` to [`v8.0.1`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%408.0.1)


### 1.0.15

_October 30, 2025_
Expand Down
254 changes: 160 additions & 94 deletions packages/css-syntax-patches-for-csstree/dist/index.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/css-syntax-patches-for-csstree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"dist"
],
"devDependencies": {
"@webref/css": "6.22.0",
"@webref/css": "8.0.1",
"css-tree": "^3.1.0",
"postcss": "^8.4.0"
"postcss": "^8.4"
},
"scripts": {
"build": "node ./scripts/index.mjs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,83 +300,6 @@
},
"font-feature-values": {
"descriptors": {
"@annotation": {
"type": "added",
"comment": "",
"syntax-b": "",
"syntax-a": "@annotation { <declaration-list> }",
"syntax-m": "@annotation { <declaration-list> }",
"tests": {
"passing": [],
"failing": []
}
},
"@character-variant": {
"type": "added",
"comment": "",
"syntax-b": "",
"syntax-a": "@character-variant { <declaration-list> }",
"syntax-m": "@character-variant { <declaration-list> }",
"tests": {
"passing": [],
"failing": []
}
},
"@historical-forms": {
"type": "added",
"comment": "",
"syntax-b": "",
"syntax-a": "@historical-forms { <declaration-list> }",
"syntax-m": "@historical-forms { <declaration-list> }",
"tests": {
"passing": [],
"failing": []
}
},
"@ornaments": {
"type": "added",
"comment": "",
"syntax-b": "",
"syntax-a": "@ornaments { <declaration-list> }",
"syntax-m": "@ornaments { <declaration-list> }",
"tests": {
"passing": [],
"failing": []
}
},
"@styleset": {
"type": "added",
"comment": "",
"syntax-b": "",
"syntax-a": "@styleset { <declaration-list> }",
"syntax-m": "@styleset { <declaration-list> }",
"tests": {
"passing": [],
"failing": []
}
},
"@stylistic": {
"type": "added",
"comment": "",
"syntax-b": "",
"syntax-a": "@stylistic { <declaration-list> }",
"syntax-m": "@stylistic { <declaration-list> }",
"tests": {
"passing": [],
"failing": []
}
},
"@swash": {
"type": "added",
"comment": "",
"syntax-b": "",
"syntax-a": "@swash { <declaration-list> }",
"syntax-m": "@swash { <declaration-list> }",
"tests": {
"passing": [],
"failing": []
}
},
"font-display": {
"type": "added",
"comment": "",
Expand Down
Loading