Skip to content

Commit

Permalink
Remove libsass specific output for different_prefix_in_extender
Browse files Browse the repository at this point in the history
Passing with sass/libsass#3136
  • Loading branch information
mgreter committed May 11, 2021
1 parent 8bf8ba8 commit 48ea246
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,3 @@ a {b: selector-extend(":-ms-matches(.c)", ".c", ":-moz-matches(.d, .e)")}
a {
b: :-ms-matches(.c);
}

<===> prefixed/different_prefix_in_extender/output-libsass.css
a {
b: :-ms-matches(.c, :-moz-matches(.d, .e));
}

0 comments on commit 48ea246

Please # to comment.