webpape / sass-compiler-autosave

SASS Compiler based on node-sass library that provides binding for Node.js to libsass. Works only with scss syntax.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sass Compiler for ATOM editor

Sass Compiler based on node-sass library to compile scss file to css with Sourcemap.

Config file (.sasscompile)

Just add a .sasscompile file in the root of your project. Here an example of the file :

{
    "input" : "/example/of/your/scss/folder/yourfile.scss",
    "output" : "/example/of/your/css/folder/main.css",
    "outputstyle" : "nested",
    "sourcemap" : "/example/of/your/css/folder/main.css.map"
}

Dependencies

Plans

  • Include node-sass in package dependencies to use apm node not local one.

About

SASS Compiler based on node-sass library that provides binding for Node.js to libsass. Works only with scss syntax.

License:MIT License


Languages

Language:JavaScript 87.2%Language:CoffeeScript 12.8%