@csstools/css-syntax-patches-for-csstree 1.0.23 → 1.0.24

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,9 +1,9 @@
1
1
  # Changes to CSS Syntax Patches For CSSTree
2
2
 
3
- ### 1.0.23
3
+ ### 1.0.24
4
4
 
5
- _January 7, 2026_
5
+ _January 10, 2026_
6
6
 
7
- - Update `@webref/css` to [`v8.1.3`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%408.1.3)
7
+ - Patch `<absolute-size>`
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
@@ -539,7 +539,6 @@
539
539
  "types": {
540
540
  "dashed-ident": "<custom-property-name>",
541
541
  "unicode-range-token": "<urange>",
542
- "absolute-size": "xx-small | x-small | small | medium | large | x-large | xx-large",
543
542
  "alpha()": "alpha( [ from <color> ] [ / [ <alpha-value> | alpha | none ] ]? )",
544
543
  "anchor-size()": "anchor-size( [ <anchor-name> || <anchor-size> ]? , <length-percentage>? )",
545
544
  "anchor()": "anchor( <anchor-name>? && <anchor-side> , <length-percentage>? )",
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.23",
4
+ "version": "1.0.24",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",