0.5.0 • Published 5 years ago

mediq v0.5.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.0

6 years ago