# pruno-sass

> A SASS mix for pruno that includes font-awesome, normalize.css.

Latest version **1.0.2** (published 2015-02-01) · ISC license · 0 weekly downloads

## Install

```sh
npm install pruno-sass
pnpm add pruno-sass
yarn add pruno-sass
bun add pruno-sass
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2015-02-01 |
| First published | 2015-01-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 10 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Christian de Botton |
| Maintainers | cdebotton |
| Keywords | pruno, sass, styles, css, transpiler |

## Links

- npm: https://www.npmjs.com/package/pruno-sass
- Repository: https://github.com/cdebotton/pruno-sass
- Issues: https://github.com/cdebotton/pruno-sass/issues
- npm.io page: https://npm.io/package/pruno-sass

## Dependencies (10)

- [gulp-if](https://npm.io/package/gulp-if.md) ^1.2.5
- [gulp-sass](https://npm.io/package/gulp-sass.md) ^1.3.2
- [gulp-concat](https://npm.io/package/gulp-concat.md) ^2.4.3
- [streamqueue](https://npm.io/package/streamqueue.md) ^0.1.1
- [font-awesome](https://npm.io/package/font-awesome.md) ^4.3.0
- [gulp-plumber](https://npm.io/package/gulp-plumber.md) ^0.6.6
- [normalize.css](https://npm.io/package/normalize.css.md) ^3.0.2
- [gulp-minify-css](https://npm.io/package/gulp-minify-css.md) ^0.4.3
- [gulp-sourcemaps](https://npm.io/package/gulp-sourcemaps.md) ^1.3.0
- [gulp-load-plugins](https://npm.io/package/gulp-load-plugins.md) ^0.8.0

## Alternatives

- [style-dictionary](https://npm.io/package/style-dictionary.md) — 2.0M weekly downloads
- [postcss-merge-idents](https://npm.io/package/postcss-merge-idents.md) — 1.7M weekly downloads
- [@fontsource/noto-sans](https://npm.io/package/@fontsource/noto-sans.md) — 93.0K weekly downloads
- [uglifycss](https://npm.io/package/uglifycss.md) — 71.6K weekly downloads
- [mat4-interpolate](https://npm.io/package/mat4-interpolate.md) — 23.3K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2015-02-01
- 1.0.1 — 2015-01-30
- 1.0.0 — 2015-01-30

## README

# pruno-sass

A SASS mix for pruno that includes font-awesome, normalize.css.

## Usage

```js
"use strict";

var pruno = require('pruno');

pruno.plugins(function(mix) {
  mix
    .configure({ dir: __dirname + '/config' })
    .sass({
      'entry': '::src/sass/index.sass',
      'dist': '::dist/stylesheets/app.css',
      'search': ['::src/**/*.sass', '::src/**/*.scss'],
      'minify': false,
      'source-maps':true,
      'font-awesome': false,
      'normalize': false
    });
});
```

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