From 8d45034b59c90d8317ea77bcdf37b55250acfedb Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Tue, 26 Oct 2010 15:00:40 -0700 Subject: [PATCH] Added "transparent" color --- lib/colors.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/colors.js b/lib/colors.js index 159e36b..5ced002 100644 --- a/lib/colors.js +++ b/lib/colors.js @@ -6,7 +6,8 @@ */ module.exports = { - aliceblue: '#f0f8ff' + transparent: 'rgba(255,255,255,0)' + , aliceblue: '#f0f8ff' , antiquewhite: '#faebd7' , aqua: '#00ffff' , aquamarine: '#7fffd4'