Remove Rebass

This commit is contained in:
Jori Lallo
2017-05-01 22:01:50 -07:00
parent 930bf7d105
commit c9d6d4bfb2
9 changed files with 115 additions and 166 deletions

View File

@@ -3,44 +3,10 @@ import { observer } from 'mobx-react';
import Helmet from 'react-helmet';
@observer class Application extends React.Component {
static childContextTypes = {
rebass: React.PropTypes.object,
};
static propTypes = {
children: React.PropTypes.node.isRequired,
};
getChildContext() {
return {
rebass: {
colors: {
primary: '#171B35',
},
// color: '#eee',
// backgroundColor: '#fff',
borderRadius: 2,
borderColor: '#eee',
// fontSizes: [64, 48, 28, 20, 18, 16, 14],
bold: 500,
scale: [0, 8, 18, 36, 72],
Input: {
// borderBottom: '1px solid #eee',
},
Button: {
// color: '#eee',
// backgroundColor: '#fff',
// border: '1px solid #ccc',
},
ButtonOutline: {
color: '#000',
},
InlineForm: {},
},
};
}
render() {
return (
<div style={{ width: '100%', height: '100%', display: 'flex', flex: 1 }}>