From fa7911c7f8bf9412943e22ce1fc6dda1b9b16434 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Sun, 30 Sep 2018 12:50:20 +0200 Subject: [PATCH] refactor: move global styles to html template --- public/index.html | 13 +++++++++++++ src/index.css | 14 -------------- src/providers/react.js | 2 +- 3 files changed, 14 insertions(+), 15 deletions(-) delete mode 100644 src/index.css diff --git a/public/index.html b/public/index.html index 73b2ecd..cfcf102 100644 --- a/public/index.html +++ b/public/index.html @@ -20,6 +20,19 @@ Learn how to configure a non-root public URL by running `npm run build`. --> React App +