0.0.1 • Published 7 years ago

rework-plugin-unmq v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

rework-plugin-unmq

The rework plugin removes @media queries on CSS processing with predefined viewport

Install

$ npm install --save rework-plugin-unmq

Usage

const rework = require('rework');
const plugin = require('rework-plugin-unmq');

rework(css).use(plugin({
  type: 'screen',
  width: 1024,
  height: 768,
  resolution: '1dppx',
  color: 3
})).toString()

License

MIT © Andriy Rakhnin