Skip to content

Commit 221fdf6

Browse files
committed
css-syntax-patches-for-csstree: remove patch
1 parent 52cebcd commit 221fdf6

3 files changed

Lines changed: 6 additions & 2 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+
- Remove patch for `<bg-clip>`
6+
37
### 1.0.24
48

59
_January 10, 2026_

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@
569569
"baseline-position": "[ first | last ]? && baseline",
570570
"basic-shape": "<basic-shape-rect> | <circle()> | <ellipse()> | <polygon()> | <path()> | <shape()>",
571571
"basic-shape-rect": "<inset()> | rect( [ <length-percentage> | auto ]{4} [ round <'border-radius'> ]? ) | xywh( <length-percentage>{2} <length-percentage [0,∞]>{2} [ round <'border-radius'> ]? )",
572-
"bg-clip": "<visual-box> | [ border-area || text ] | border",
572+
"bg-clip": "<visual-box> | [ border-area || text ]",
573573
"bg-layer": "<bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <bg-clip> || <visual-box>",
574574
"bg-position": "<position> | <position-three>",
575575
"bg-size": "[ <length-percentage [0,∞]> | auto ]{1,2} | cover | contain",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@
631631
"comment": "",
632632
"syntax-b": "<box> | border | text",
633633
"syntax-a": "<visual-box> | [ border-area || text ]",
634-
"syntax-m": "<visual-box> | [ border-area || text ] | border",
634+
"syntax-m": "<visual-box> | [ border-area || text ]",
635635
"tests": {
636636
"passing": [],
637637
"failing": []

0 commit comments

Comments
 (0)