Skip to content

Instantly share code, notes, and snippets.

@scott-riley
Created September 8, 2016 00:22
Show Gist options
  • Save scott-riley/ccd88305687375c3d15fd1f70ae75c0b to your computer and use it in GitHub Desktop.
Save scott-riley/ccd88305687375c3d15fd1f70ae75c0b to your computer and use it in GitHub Desktop.
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