File tree Expand file tree Collapse file tree 2 files changed +153
-149
lines changed Expand file tree Collapse file tree 2 files changed +153
-149
lines changed Original file line number Diff line number Diff line change 2
2
3
3
* Changes to how ` selector.unify() ` and ` @extend ` combine selectors:
4
4
5
- * The relative order of pseudo-classes (like ` :hover ` ) and pseudo-elements
6
- (like ` ::before ` ) within each original selector is now preserved when
7
- they're combined.
5
+ * The relative order of pseudo-classes (like ` :hover ` ) and pseudo-elements
6
+ (like ` ::before ` ) within each original selector is now preserved when
7
+ they're combined.
8
8
9
- * Pseudo selectors are now consistently placed at the end of the combined
10
- selector, regardless of which selector they came from. Previously, this
11
- reordering only applied to pseudo-selectors in the second selector.
9
+ * Pseudo selectors are now consistently placed at the end of the combined
10
+ selector, regardless of which selector they came from. Previously, this
11
+ reordering only applied to pseudo-selectors in the second selector.
12
+
13
+ * Tweak the color transformation matrices for OKLab and OKLCH to match the
14
+ newer, more accurate values in the CSS spec.
12
15
13
16
* Fix a slight inaccuracy case when converting to ` srgb-linear ` and
14
17
` display-p3 ` .
You can’t perform that action at this time.
0 commit comments