From 1061257f97fdac86ea0eaf5d633ffa8d97dc4a9e Mon Sep 17 00:00:00 2001
From: john <johnbarlas39@gmail.com>
Date: Fri, 2 Dec 2016 16:49:25 +0200
Subject: [PATCH] use a main css file for the app

---
 app/main.scss  | 7 +++++++
 app/routes.jsx | 4 ++++
 2 files changed, 11 insertions(+)
 create mode 100644 app/main.scss

diff --git a/app/main.scss b/app/main.scss
new file mode 100644
index 0000000..bdf2996
--- /dev/null
+++ b/app/main.scss
@@ -0,0 +1,7 @@
+// @import '~pubsweet-component-pepper-theme/main';
+
+// $icon-font-path: '~bootstrap-sass/assets/fonts/bootstrap/';
+//
+// .bootstrap {
+//   @import '~bootstrap-sass/assets/stylesheets/_bootstrap';
+// }
diff --git a/app/routes.jsx b/app/routes.jsx
index 9edbfd2..5c694bd 100644
--- a/app/routes.jsx
+++ b/app/routes.jsx
@@ -21,6 +21,10 @@ const AuthenticatedManage = requireAuthentication(
   Manage, 'create', (state) => state.collections[0]
 )
 
+// import Blog from 'pubsweet-component-blog/Blog'
+// require('pubsweet-component-pepper-theme/main.scss')
+import './main.scss'
+
 export default (
   <Route>
     <Route path='/' component={AuthenticatedManage}>
-- 
GitLab