0.1.5 • Published 7 years ago

mobi-css v0.1.5

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

mobi-css

Strip out CSS that affects Mobi validation and/or performance. Returns a promise object.

Install

$ npm i -S mobi-css

Usage

import path from 'path'
import mobicss from 'mobi-css'

const options = {
  input: [
    path.join(__dirname, 'css/styles1.css'),
    path.join(__dirname, 'css/styles2.css'),
  ],
  output: 'string' // [string|buffer] default: buffer
}

mobicss.strip(options).catch(err => console.error(err))
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