Skip to content

Commit 598c1c6

Browse files
committed
Updated
1 parent 23b7caa commit 598c1c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ v8.2.0 - 2026-04-27
326326
* Added support for relative selectors in nested style rules
327327
* Updated `CSSVisitor` and `ICSSVisitor` with `onBeginNestedDeclarations`/`onEndNestedDeclarations` callbacks
328328
* 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
330330
* New class `CSSPropertyRule` representing an `@property` at-rule with its descriptors
331331
* Invalid descriptors are silently dropped during parsing
332332
* 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

Comments
 (0)