summaryrefslogtreecommitdiff
path: root/scss/tests/files/from-sassc/tests-odd-selectors.scss
blob: 64bf91a6b5c5e4e8281f1876c473c47f78268820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
"fudge" 123 {
  color: red;
  + 456 "mudge"#foo[hey] {
    font-weight: bold;
  }
}

div span {
  color: red;
  + p a {
    font-weight: bold;
  }
}