From 42b50bc5507ff3a496cb02d4f9537eab31d4261e Mon Sep 17 00:00:00 2001
From: Joey Nichols <joeyquarters@gmail.com>
Date: Mon, 10 Jul 2017 09:36:56 -0400
Subject: [PATCH] Add npm install hook to create .scss & .less files

---
 package.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 770c28b..dc9f7f9 100644
--- a/package.json
+++ b/package.json
@@ -22,5 +22,7 @@
 	"dependencies": {},
 	"devDependencies": {},
 	"main": "system-font.css",
-	"scripts": {}
+	"scripts": {
+		"install": "cp system-font.css _system-font.scss ; cp system-font.css system-font.less"
+	}
 }
\ No newline at end of file
-- 
GitLab