rework-plugin-unmq

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i rework-plugin-unmq

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • rakhnin