up-to-4095
v0.1.1
Published
Up to 4095 css limit in IE9 & below.
Downloads
125
Readme
up-to-4095
Up to 4095 css limit in IE9 and below.
Install
$ npm i --save up-to-4095
or
$ npm i -g up-to-4095
Usage
var upto4095 = require('up-to-4095');
upto4095(require('fs').readFileSync('./css/app.css', 'utf8'), function (err, num) {
if (err) {
throw err;
}
console.log(num);
});
CLI
$ upto4095 ./css/app.css
License
MIT