You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -326,7 +326,7 @@ v8.2.0 - 2026-04-27
326
326
* Added support for relative selectors in nested style rules
327
327
* Updated `CSSVisitor` and `ICSSVisitor` with `onBeginNestedDeclarations`/`onEndNestedDeclarations` callbacks
328
328
* Updated the CSS 3.0 grammar to support nested rules and the nesting selector (`&`)
329
-
* Added support for the CSS Houdini `@property` rule. See [#121](https://github.com/phax/ph-css/issues/121) and [#122](https://github.com/phax/ph-css/pull/122) - thx @shagkur and @blutorange
329
+
* Added support for the CSS `@property` rule. See [#121](https://github.com/phax/ph-css/issues/121) and [#122](https://github.com/phax/ph-css/pull/122) - thx @shagkur and @blutorange
330
330
* New class `CSSPropertyRule` representing an `@property` at-rule with its descriptors
331
331
* Invalid descriptors are silently dropped during parsing
332
332
* Allow bare identifiers as values inside `calc()`. This fixes parsing of CSS Color Module 5 relative-color syntax such as `oklch(from var(--c) 0.18 calc(c * 0.3) h)`. See [#125](https://github.com/phax/ph-css/issues/125) - thx @Artur-
0 commit comments