Skip to content

Instantly share code, notes, and snippets.

View mrbrannan's full-sized avatar
🌕
Off to the moon

Marc Brannan mrbrannan

🌕
Off to the moon
View GitHub Profile
@mrbrannan
mrbrannan / base.js
Created March 2, 2019 17:55 — forked from tkh44/base.js
emotion with styled-system.
import React from 'react'
import styled from 'emotion/react'
import { omit } from 'emotion/lib/utils'
import { space, width, fontSize, color, responsiveStyle } from 'styled-system'
import { baseCss } from './ui'
const defaultExcludedProps = [
'm',
'mt',