1.0.1 • Published 8 years ago

sass2scss v1.0.1

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

sass2scss

Converts a SASS file or directory to SCSS files easily by reading the original file and piping the output into a file sharing the same name, just with an .scss extension. Example usage:

Install

npm i -g sass2scss

Usage

# all .sass files inside a dir
sass2scss app/styles/
# only a sinle file
sass2scss app/styles/login.sass

Install using git

git clone etventure/node-sass-scss-converter && cd $_
npm install

# all .sass files inside a dir
./sass2scss.js ../my-fancy-application/app/styles/
# only a sinle file
./sass2scss.js ../my-fancy-application/app/styles/login.sass