Skip to content
Snippets Groups Projects
Commit 1061257f authored by john's avatar john
Browse files

use a main css file for the app

parent 26d7f907
No related branches found
No related tags found
No related merge requests found
// @import '~pubsweet-component-pepper-theme/main';
// $icon-font-path: '~bootstrap-sass/assets/fonts/bootstrap/';
//
// .bootstrap {
// @import '~bootstrap-sass/assets/stylesheets/_bootstrap';
// }
...@@ -21,6 +21,10 @@ const AuthenticatedManage = requireAuthentication( ...@@ -21,6 +21,10 @@ const AuthenticatedManage = requireAuthentication(
Manage, 'create', (state) => state.collections[0] 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 ( export default (
<Route> <Route>
<Route path='/' component={AuthenticatedManage}> <Route path='/' component={AuthenticatedManage}>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment