Skip to content

Commit

Permalink
Merge pull request #6 from lucasconstantino/master
Browse files Browse the repository at this point in the history
Simplified component styles.
  • Loading branch information
Muhammed Thanish authored Mar 22, 2017
2 parents c9fae57 + 83af25b commit deca5b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ var _react2 = _interopRequireDefault(_react);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var style = {
height: '100vh',
position: 'absolute',
position: 'fixed',
top: 0,
left: 0,
bottom: 0,
Expand Down
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import React from 'react';

const style = {
height: '100vh',
position: 'absolute',
position: 'fixed',
top: 0,
left: 0,
bottom: 0,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
]
},
"devDependencies": {
"babel-cli": "^6.18.0",
"react-fatigue-dev": "kadirahq/react-fatigue-dev"
}
}

0 comments on commit deca5b5

Please sign in to comment.