summaryrefslogtreecommitdiff
path: root/scss/tests/files/from-sassc/tests-classes_and_ids.css
blob: c13d07f61bef269ea97c1a24abf3fad9cf5a7882 (plain)
1
2
3
4
5
6
7
8
9
div.foo {
  color: red;
}
div.foo #hux buz {
  width: auto;
}
div.foo > .mux {
  text-align: center;
}