Skip to content

ferrydeboer/broccoli-compass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 compassTree = 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.

Main Options

compassCommand

Command to execute compass.

Default: compass

Compass Options

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

##License MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.6%
  • CSS 6.4%