1.0.4 • Published 6 years ago

@time-with/media-queries v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

TimeWith media queries

To use with glamorous / glamor

Install

$ yarn add @time-with/media-queries

Usage

// to use with glamorous
import glamorous from 'glamorous'
import { tablet_max } from '@time-with/media-queries'

const MyDiv = glamorous.div({
  padding: 40,
  [tablet_max]: { padding: 30 },
})

<MyDiv>Hello World</MyDiv>

License

MIT

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago