saseline

A tiny commandline wrapper for sass-convert to make conversion of curly brace scss/scss files into indented .sass files a snap.

Install it yourself as:

$ gem install saseline

Usage

Call it from anywhere and pass in one or more filenames, e.g.

saseline main.css.scss

This will convert the file to sass indented syntax and save it as main.sass and then delete the original scss file.

It works for pure css files too.

saseline main.css

and arrays

saseline main.css sidebars.css foobars.css

and even path expansion :-)

saseline *.scss