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