/sass-scss-converter

A cli tool to convert between Sass and SCSS

Primary LanguageTypeScriptMIT LicenseMIT

Still in progress

Convert between Sass syntax and SCSS syntax.

The core converting utilities are from sass-scss-converter

Usage

ssc --source sourceDirOrFile --target outDirOrFile [--toType sass]

TODO

  • use yargs
  • [] and more options
  • [] refactor using RxJs
  • [] exclude list (in case of node_modules, etc.)
  • [] use chalk
  • [] use globby