wagenet / broccoli-compass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

broccoli-compass

Compiles compass project using compass, so you need to have compass installed on your machine.

Installation

npm install --save-dev broccoli-compass

Usage

Note: The API might change in subsequent 0.x versions.

var compileSass = require('broccoli-compass');
var coompassTree = compileSass(tree, files, {
    outputStyle: 'expanded' //include here compass options. Note: some options might be ignored as they are automatically filled
  });

if files is omitted the entire folder will be compiled.

Options

Please refere to the compass configuration for more details about the available options

##License MIT

About

License:MIT License