# node-sass-globbing

> [![Build Status](https://travis-ci.org/britco/node-sass-globbing.svg?branch=master)](https://travis-ci.org/britco/node-sass-globbing) [![Dependency Status](https://david-dm.org/britco/node-sass-globbing.svg)](https://david-dm.org/britco/node-sass-globbing

Latest version **0.0.23** (published 2015-05-05) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install node-sass-globbing
pnpm add node-sass-globbing
yarn add node-sass-globbing
bun add node-sass-globbing
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.0.23 |
| Published | 2015-05-05 |
| First published | 2015-05-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 16 |
| Maintainers | pdufour |

## Links

- npm: https://www.npmjs.com/package/node-sass-globbing
- Repository: https://github.com/britco/node-sass-globbing
- Issues: https://github.com/britco/node-sass-globbing/issues
- npm.io page: https://npm.io/package/node-sass-globbing

## Dependencies (1)

- [glob](https://npm.io/package/glob.md) ^5.0.5

## Recent versions

- 0.0.23 (latest) — 2015-05-05
- 0.0.22 — 2015-05-05
- 0.0.21 — 2015-05-05
- 0.0.1 — 2015-05-05

## README

# node-sass-globbing

[![Build Status](https://travis-ci.org/britco/node-sass-globbing.svg?branch=master)](https://travis-ci.org/britco/node-sass-globbing)
[![Dependency Status](https://david-dm.org/britco/node-sass-globbing.svg)](https://david-dm.org/britco/node-sass-globbing)
[![npm](https://img.shields.io/npm/v/node-sass-globbing.svg)]()

Allows you to use glob syntax in imports (i.e. `@import "dir/*.sass"`). Use as a custom importer for node-sass.

### Example

##### gulpfile.js
````
nodeSassGlobbing = require('node-sass-globbing');

sass.render({
  ...
  importer: nodeSassGlobbing
  ...
});
````

Then you can import globs!

##### foo.sass
````
@import "dir/*.sass"
````

### Tests

````
npm test
````

### License
Available under the [MIT License](LICENSE.md).

---
_Source: https://npm.io/package/node-sass-globbing · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
