From c941dd56db8a1e192e28ee4a99bea1e359cd9755 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 9 Dec 2015 01:50:01 +0200 Subject: Use SASS for styling --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.js') 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' -- cgit v1.3.1