diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-01 10:00:01 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-01 10:00:01 +0530 |
commit | 4b975629983d8742e3129f7b3f13d246ad903d40 (patch) | |
tree | 3179dc71116da6ba18bbbc7c221361b62d4bbdd4 /src/index.js | |
parent | 45a3b94f133ebcd9abff2baf266d0b3f691d2790 (diff) |
using node-sass directly instead of using sassc
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js index f618682..0d1a5dc 100644 --- a/src/index.js +++ b/src/index.js @@ -8,7 +8,7 @@ // import React from 'react'; import ReactDOM from 'react-dom'; -import "./styles/global.css" +import "./styles/global.scss" import App from "./components/App"; ReactDOM.render(App(), document.getElementById("root")) |