summaryrefslogtreecommitdiff
path: root/scss/tests/files/general/scoping-nested.css
blob: a8d1e17fc1aceaa766c3f3e86c1a7ea00abf1a14 (plain)
1
2
3
4
5
6
7
.scoped {
  color: white;
  background-color: blue;
}
.unscoped {
  color: white;
}