@csstools/css-syntax-patches-for-csstree 1.0.13 → 1.0.15

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 CHANGED
@@ -1,10 +1,9 @@
1
1
  # Changes to CSS Syntax Patches For CSSTree
2
2
 
3
- ### 1.0.13
3
+ ### 1.0.15
4
4
 
5
- _June 2, 2025_
6
-
7
- - Update `@webref/css` to [`v6.21.2`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%406.21.2)
5
+ _October 30, 2025_
8
6
 
7
+ - [Remove unused peer dependency on `postcss`](https://github.com/csstools/postcss-plugins/pull/1708) by @jnoordsij
9
8
 
10
9
  [Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/css-syntax-patches-for-csstree/CHANGELOG.md)
package/dist/index.json CHANGED
@@ -194,7 +194,7 @@
194
194
  "contain-intrinsic-width": "auto? [ none | <length [0,∞]> ]",
195
195
  "container-type": "normal | [ [ size | inline-size ] || scroll-state ]",
196
196
  "content": "normal | none | [ <content-replacement> | <content-list> ] [ / [ <string> | <counter> | <attr()> ]+ ]? | <element()>",
197
- "continue": "auto | discard | -webkit-discard | overflow | paginate | fragments",
197
+ "continue": "auto | discard | collapse | -webkit-legacy | overflow | paginate | fragments",
198
198
  "copy-into": "none | [ [ <custom-ident> <content-level> ] [, <custom-ident> <content-level> ]* ]?",
199
199
  "corner-block-end-shape": "<corner-shape-value>",
200
200
  "corner-block-start-shape": "<corner-shape-value>",
@@ -259,10 +259,6 @@
259
259
  "initial-letter-align": "[ border-box? [ alphabetic | ideographic | hanging | leading ]? ]!",
260
260
  "initial-letter-wrap": "none | first | all | grid | <length-percentage>",
261
261
  "inline-sizing": "normal | stretch",
262
- "inset-block-end": "auto | <length-percentage>",
263
- "inset-block-start": "auto | <length-percentage>",
264
- "inset-inline-end": "auto | <length-percentage>",
265
- "inset-inline-start": "auto | <length-percentage>",
266
262
  "interactivity": "auto | inert",
267
263
  "isolation": "<isolation-mode>",
268
264
  "item-cross": "[ auto | nowrap | wrap ] || [ normal | reverse ] | wrap-reverse",
@@ -276,7 +272,7 @@
276
272
  "justify-self": "| anchor-center",
277
273
  "left": "| <anchor()> | <anchor-size()>",
278
274
  "lighting-color": "<color>",
279
- "line-clamp": "none | <integer [1,∞]> || <'block-ellipsis'>",
275
+ "line-clamp": "none | [ <integer [1,∞]> || <'block-ellipsis'> ] -webkit-legacy?",
280
276
  "-webkit-line-clamp": "none | <integer [1,∞]>",
281
277
  "line-fit-edge": "leading | <text-edge>",
282
278
  "line-grid": "match-parent | create",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@csstools/css-syntax-patches-for-csstree",
3
3
  "description": "CSS syntax patches for CSS tree",
4
- "version": "1.0.13",
4
+ "version": "1.0.15",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -35,9 +35,6 @@
35
35
  "README.md",
36
36
  "dist"
37
37
  ],
38
- "peerDependencies": {
39
- "postcss": "^8.4"
40
- },
41
38
  "scripts": {},
42
39
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-syntax-patches-for-csstree#readme",
43
40
  "repository": {