A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://npmjs.com/modular-css-glob below:

modular-css-glob - npm

This package has been deprecated

Author message:

Renamed to @modular-css/glob

modular-css-glob15.0.0 • Public • Published 7 years ago

modular-css-glob

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) => {

    

})

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 Downloads Weekly Downloads Collaborators

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4