scssfmt

Fast and simple SCSS code formatter

scssfmt is a tool that automatically formats your SCSS code readable and standardly.

Fork me on GitHub

scssfmt'd code is:

Example

Installation

via npm:

$ npm install scssfmt

via yarn:

$ yarn add --dev scssfmt

Usage in CLI

--watch

Watch multiple files:

$ scssfmt --watch 'app/assets/stylesheets/**/*.scss'
See more usage on GitHub