From ac30025efe33d3dc244c6561ed755d1a261f6c9c Mon Sep 17 00:00:00 2001 From: jackhowa Date: Mon, 27 Jul 2020 13:26:24 -0500 Subject: [PATCH] Remove external css --- kss-config.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/kss-config.json b/kss-config.json index 68a1e69..3a9e49a 100644 --- a/kss-config.json +++ b/kss-config.json @@ -4,11 +4,5 @@ "scss/" ], "destination": "styleguide/", - "builder": "michelangelo/kss_styleguide/custom-template/", - "//": "The css and js paths are URLs relative to the generated style guide.", - "css": [ - "../css/index.css", - "../styleguide.css" - ], - "js": [] + "builder": "michelangelo/kss_styleguide/custom-template/" } \ No newline at end of file