Skip to content

Instantly share code, notes, and snippets.

View kevinSuttle's full-sized avatar

Kevin Suttle kevinSuttle

View GitHub Profile
@kevinSuttle
kevinSuttle / diff.md
Created September 5, 2018 14:33
GFM Diff Syntax
-oldCode
+newCode
@kevinSuttle
kevinSuttle / CustomStoryWrapper.jsx
Created August 1, 2019 16:46
Storybook docs - Custom Story wrapper
// @flow
/** @jsx jsx */
import * as React from 'react';
import {jsx} from '@emotion/core';
import {ThemeProvider} from 'emotion-theming';
import {Flexbox, Grid} from '../primitives';
import {darkTheme, lightTheme} from '../theme';