@modular-css/glob

29.0.4 • Public • Published

@modular-css/glob NPM Version NPM License NPM Downloads

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

Homepage

m-css.com

Weekly Downloads

0

Version

29.0.4

License

MIT

Unpacked Size

3.35 kB

Total Files

4

Last publish

Collaborators

  • tivac