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 {
&.function {
color: #458;
}
&.constant {
color: #458;
}
&.constant,
&.function,
&.type {
color: #458;
}