summaryrefslogtreecommitdiff
path: root/scss/tests/files/from-sassc/tests-simple-inheritance.css
blob: 3d06064c9be097d502aa646fba50b320e968a7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
earth mammal, earth dog, earth cat, earth horse, earth naysayer, earth bird {
  blood: warm;
}
earth mammal, earth dog, earth cat, earth horse, earth naysayer {
  produces-milk: true;
}
dog {
  says: "Woof!";
}
cat {
  says: "Meow.";
}
horse, naysayer {
  says: "Nay.";
}
[hey], ho {
  a: b;
}
ho {
  c: d;
}