From e29356fe202e748b656dfa23abb1a77cd6f28631 Mon Sep 17 00:00:00 2001 From: Jefferson Lam Date: Thu, 27 Sep 2018 15:28:16 -0500 Subject: [PATCH] Add links to config on Getting Started - Add a link to predefined configs - Add a link to the Build Config page --- views/docs.jade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/docs.jade b/views/docs.jade index 837687f..b9bab11 100644 --- a/views/docs.jade +++ b/views/docs.jade @@ -23,7 +23,8 @@ block content p There are a number of ways to configure CSScomb: ul - li Use one of predefined configs + li Use one of the predefined configs. + li Build a custom config file li Put .csscomb.json file in the project root. li Set path to config's file li Use .css file as a template