From c6120fbb587190b068f2a86b783bddd92daea698 Mon Sep 17 00:00:00 2001 From: Hannu Pelkonen Date: Tue, 9 Jun 2015 10:23:28 +0300 Subject: [PATCH] Add customColors documentation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ee314fbe..31611a48 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,11 @@ Disable Shadow DOM encapsulation. When this option parameter is enabled, all sty Disable HTML5 URL mode. When this option parameter is enabled, style guide will use hashbang URLs instead of HTML5 history API. This is useful when hosting static style guides. + +**customColors** (string, optional) + +Path to file that defines custom UI color overrides using SASS variables. See all possible variables [here](https://github.com/SC5/sc5-styleguide/blob/master/lib/app/sass/_styleguide_variables.scss). + **filesConfig** (array, optional) **(Experimental feature)**