summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-12-09 01:50:01 +0200
committerYuval Adam <yuval@y3xz.com>2015-12-09 01:50:01 +0200
commitc941dd56db8a1e192e28ee4a99bea1e359cd9755 (patch)
tree73c5c44fa8ce5bfe0e86405fd56a561c22760659 /package.json
parent81e4681012fdec9e4a116c2ffab40ae600bc4e79 (diff)
Use SASS for styling
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index d0dd9ed..b9e7703 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,8 @@
"author": "",
"license": "ISC",
"devDependencies": {
+ "node-sass": "^3.4.2",
+ "sass-loader": "^3.1.2",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},