Combine colors into single rule

This commit is contained in:
Kevin Sawicki 2013-06-12 13:09:59 -07:00
parent c298e1b3ee
commit 0723514fea

View File

@ -131,14 +131,8 @@
} }
.support { .support {
&.function { &.constant,
color: #458; &.function,
}
&.constant {
color: #458;
}
&.type { &.type {
color: #458; color: #458;
} }