From f42de9bacd894c9d512aad1932ebf48c8f32f71b Mon Sep 17 00:00:00 2001 From: Pavel Shut Date: Fri, 4 May 2012 17:03:24 +0300 Subject: [PATCH] Added transparent: rgba(0,0,0,0) as a named color --- lib/less/colors.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/less/colors.js b/lib/less/colors.js index e509b602..ed4c2838 100644 --- a/lib/less/colors.js +++ b/lib/less/colors.js @@ -140,6 +140,7 @@ 'teal':'#008080', 'thistle':'#d8bfd8', 'tomato':'#ff6347', + 'transparent':'rgba(0,0,0,0)', 'turquoise':'#40e0d0', 'violet':'#ee82ee', 'wheat':'#f5deb3',