aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslang/css/19-test_control_flow_if.css
blob: 14a1c6ef3c2c6ece94499dc82fe3682e77a1647d (plain)
1
2
3
4
5
6
7
.true, .also-true {
  color: green;
}

.false, .also-false {
  color: red;
}