From 4bd15f4b986033543405ccddf274976394b7d8db Mon Sep 17 00:00:00 2001 From: Triangle717 Date: Fri, 24 Oct 2014 14:49:08 -0400 Subject: [PATCH] Add rebeccapurple (#663399) --- lib/less/data/colors.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/less/data/colors.js b/lib/less/data/colors.js index 30476a99..af30a6b6 100644 --- a/lib/less/data/colors.js +++ b/lib/less/data/colors.js @@ -118,6 +118,7 @@ module.exports = { 'plum':'#dda0dd', 'powderblue':'#b0e0e6', 'purple':'#800080', + 'rebeccapurple':'#663399', 'red':'#ff0000', 'rosybrown':'#bc8f8f', 'royalblue':'#4169e1',