sass2scss

Converts a single SASS file of directory into SCSS files.

Usage no npm install needed!

<script type="module">
  import sass2scss from 'https://cdn.skypack.dev/sass2scss';
</script>

README

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