1.0.0 • Published 5 years ago

system-prop-sets v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

system-prop-sets

Extended sets of props for use with Styled System.

Exports

  • system — everything
  • layout
  • skin
  • typography
  • positioning
  • grid
  • flexbox
  • backgrounds

Usage

import { system } from 'system-prop-sets'
import { styled, typography } from '@emotion/styled'

export const Box = styled.div(system)

export const Text = styled.span(typography)

Contributing

Feedback and optimizations welcome.