Created
September 8, 2016 00:22
-
-
Save scott-riley/ccd88305687375c3d15fd1f70ae75c0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import * as t from '/i/love/jongold/tachyons.css'; | |
export default JonGold = (props) => ( | |
<div className={t.pa2}>{ props.children }</div> | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment