Skip to content

Commit

Permalink
fix @extend not simplifying pseudo elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodwine committed Sep 18, 2024
1 parent 8669b30 commit 0053ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/libsass-closed-issues/issue_2289.hrx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
}

<===> output.css
.foo:baz:baz, .bar:baz:baz {
.foo:baz:baz, .bar:baz {
float: left;
}

0 comments on commit 0053ae9

Please sign in to comment.