@time-with/media-queries

1.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @time-with/media-queries

Weekly Downloads

5

Version

1.0.4

License

MIT

Unpacked Size

25.6 kB

Total Files

7

Last publish

Collaborators

  • agouil
  • antoniobrandao