Skip to content

Commit

Permalink
update rule test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaysonwu committed May 26, 2020
1 parent dee6559 commit 7d71278
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,10 @@ testRule(rule, {
@theme: ~'dark';
p {
& when (@theme = dark) {
color: #000;
}
& when not (@theme = dark) {
color: #fff;
}
}
`,
Expand Down

0 comments on commit 7d71278

Please sign in to comment.