Skip to content

Commit

Permalink
Add default stylesheet as a starting point
Browse files Browse the repository at this point in the history
  • Loading branch information
szkata committed Oct 13, 2017
1 parent a736a83 commit f14254f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Calendar.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React, { PropTypes } from 'react';
import BigCalendar from 'react-big-calendar';
import moment from 'moment';
import '!style-loader!css-loader!react-big-calendar/lib/css/react-big-calendar.css';

class Calendar extends React.Component {
static contextTypes = {
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
},
"dependencies": {
"@folio/stripes-components": "^1.4.0",
"css-loader": "^0.28.7",
"dateformat": "^2.0.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
Expand All @@ -50,6 +51,7 @@
"react-bootstrap": "^0.31.1",
"react-router-dom": "^4.0.0",
"redux-form": "^7.0.3",
"style-loader": "^0.19.0",
"uuid": "^3.0.1"
},
"peerDependencies": {
Expand Down

0 comments on commit f14254f

Please sign in to comment.