From 0723514feaf91c8055c55e531024d40a1e883995 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 12 Jun 2013 13:09:59 -0700 Subject: [PATCH] Combine colors into single rule --- themes/atom-light-syntax.less | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/themes/atom-light-syntax.less b/themes/atom-light-syntax.less index 874069295..61e1cfcbe 100644 --- a/themes/atom-light-syntax.less +++ b/themes/atom-light-syntax.less @@ -131,14 +131,8 @@ } .support { - &.function { - color: #458; - } - - &.constant { - color: #458; - } - + &.constant, + &.function, &.type { color: #458; }