gobble-sass

0.6.0 • Public • Published

gobble-sass

Compile SASS files with gobble.

Installation

First, you need to have gobble installed - see the gobble readme for details. Then,

npm i -D gobble-sass

Usage

var gobble = require( 'gobble' );
module.exports = gobble( 'src/styles' ).transform( 'sass', {
  src: 'main.scss',
  dest: 'main.css'
});

License

MIT. Copyright 2015 Rich Harris

Readme

Keywords

Package Sidebar

Install

npm i gobble-sass

Weekly Downloads

6

Version

0.6.0

License

MIT

Last publish

Collaborators

  • rich_harris