Skip to content

Commit

Permalink
update changelog, I forgot to save the file lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodwine committed Sep 19, 2024
1 parent 700eeec commit f29f3ab
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@
`color.green()`, `color.blue()`, `color.hue()`, `color.saturation()`,
`color.lightness()`, `color.whiteness()`, and `color.blackness()`.

* `selector.unify()` now preserves the relative order of pseudo-classes and
pseudo-elements within individual selectors when combining them.
* Changes to how `selector.unify()` and `@extend` combine selectors:

* The relative order of pseudo-classes (like `:hover`) and pseudo-elements
(like `::before`) within each original selector is now preserved when
they're combined.

* Pseudo selectors are now consistently placed at the end of the combined
selector, regardless of which selector they came from. Previously, this
reordering only applied to pseudo-selectors in the second selector.

* Prioritizes components from the first selector in the output.

## 1.79.1

Expand Down

0 comments on commit f29f3ab

Please sign in to comment.