From b004c196573eca4093f9d758da37bf30dcaa43f2 Mon Sep 17 00:00:00 2001 From: Chris Coker Date: Fri, 29 Jun 2012 13:35:38 -0400 Subject: [PATCH] remove transparent from colors.js --- lib/less/colors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/less/colors.js b/lib/less/colors.js index ed4c2838..b417af67 100644 --- a/lib/less/colors.js +++ b/lib/less/colors.js @@ -140,7 +140,7 @@ 'teal':'#008080', 'thistle':'#d8bfd8', 'tomato':'#ff6347', - 'transparent':'rgba(0,0,0,0)', + // 'transparent':'rgba(0,0,0,0)', 'turquoise':'#40e0d0', 'violet':'#ee82ee', 'wheat':'#f5deb3',