From 3afb854e87e2cbf4868422a914f450f3d5217002 Mon Sep 17 00:00:00 2001 From: Niel Rohling Date: Wed, 24 Apr 2019 22:42:57 +0200 Subject: [PATCH] remove node-sass for css-in-js --- package.json | 1 - src/components/App.scss | 0 src/{index.scss => index.css} | 0 3 files changed, 1 deletion(-) delete mode 100644 src/components/App.scss rename src/{index.scss => index.css} (100%) diff --git a/package.json b/package.json index 595560d..da46570 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,6 @@ "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-react": "^7.12.4", - "node-sass": "^4.11.0", "prettier": "^1.17.0", "react-scripts": "^2.1.8" }, diff --git a/src/components/App.scss b/src/components/App.scss deleted file mode 100644 index e69de29..0000000 diff --git a/src/index.scss b/src/index.css similarity index 100% rename from src/index.scss rename to src/index.css