This package has been deprecated

Author message:

Renamed to @modular-css/glob

modular-css-glob

15.0.0 • Public • Published

modular-css-glob NPM Version NPM License NPM Downloads

Gitter

A JS API for using glob patterns with modular-css.

Install

$ npm i modular-css-glob

Usage

var glob = require("modular-css-glob");
 
glob({
    search : [
        "**/*.css"
    ]
})
.then((processor) => {
    // returns a filled-out Processor instance you can use
})

Options

glob() accepts all of the same options as a Processor instance.

search

Array of glob patterns to pass to globule for searching.

Package Sidebar

Install

npm i modular-css-glob

Weekly Downloads

0

Version

15.0.0

License

MIT

Unpacked Size

8.59 kB

Total Files

5

Last publish

Collaborators

  • tivac