1.0.4 • Published 8 years ago
@time-with/media-queries v1.0.4
TimeWith media queries
To use with glamorous / glamor
Install
$ yarn add @time-with/media-queriesUsage
// 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