0.6.0 • Published 7 years ago

gobble-sass v0.6.0

Weekly downloads
18
License
MIT
Repository
github
Last release
7 years ago

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

0.6.0

7 years ago

0.5.0

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.2

9 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago