Update packages + update Typography setup

This commit is contained in:
Kyle Mathews 2015-11-21 16:59:04 -08:00
parent 950e38687e
commit 1043f18f0c
6 changed files with 38 additions and 22 deletions

View file

@ -3,13 +3,13 @@ import moment from 'moment';
import DocumentTitle from 'react-document-title';
import { link } from 'gatsby-helpers';
import ReadNext from '../components/ReadNext';
import { rhythm, fontSizeToMS } from 'utils/typography'
import '../css/zenburn.css';
module.exports = React.createClass({
render: function() {
var post, rhythm;
rhythm = this.props.typography.rhythm;
var post
post = this.props.page.data;
return (