0.5.0 • Published 6 years ago

mediq v0.5.0

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

mediq

expressive media query builder

Travis Codecov license npm

install

$ npm i -S mediq
# or
$ yarn add mediq

usage

import mediq from 'mediq';

mediq().screen.and.min.width(300).px; // --> @media screen and (min-width: 300px)

docs

see docs

0.5.0

6 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago