summaryrefslogtreecommitdiff
path: root/index.js
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 /index.js
parent81e4681012fdec9e4a116c2ffab40ae600bc4e79 (diff)
Use SASS for styling
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 143a805..f117f65 100644
--- a/index.js
+++ b/index.js
@@ -1,4 +1,4 @@
-import './style.css'
+import './style.scss'
import React from 'react'
import ReactDOM from 'react-dom'