summaryrefslogtreecommitdiff
path: root/scss/tests/files/bugs/extend-common-prefix.css
blob: e9f4dc9675a51ce603c3770f34933a0037745ef1 (plain)
1
2
3
4
5
6
#content .error, #content .seriouserror {
  font-size: 10px;
}
#content .seriouserror {
  font-size: 33px;
}