Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 220 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 220 Bytes

yak-reset

An opinionated style reset to be used with styled-components

import reset from 'yak-reset'
import { injectGlobal } from 'styled-components'

// use with styled-components
injectGlobal`${reset()}`