sass-globbing

1.0.0 • Public • Published

sass-globbing

Port of https://github.com/DennisBecker/grunt-sass-globbing

Installation

npm install sass-globbing --save-dev

Usage

Function signature: new SassGlobbing(src, dest, options)

var SassGlobbing = require('sass-globbing');

new SassGlobbing(
    [
        'base/**/*.scss',
        'vendor/**/*.scss',
        'components/**/*.scss',
    ],
    "main.scss",
    {
        useSingleQuotes: false,
        signature: '/* generated with sass-globbing */'
    }
).build();

See https://github.com/DennisBecker/grunt-sass-globbing#usage-example for similar option details.

Package Sidebar

Install

npm i sass-globbing

Weekly Downloads

344

Version

1.0.0

License

MIT

Unpacked Size

13 kB

Total Files

24

Last publish

Collaborators

  • dbecker