DEV Community

theankurkaushik
theankurkaushik

Posted on

SASS Setup

SASS - Syntactically Awesome Style Sheets.
Its a CSS Extension.

npm Installer

Windows 64 Bit Download Link
Add the Path to get it working on CLI
.sass and .scss are compiled to .css
Command-

sass **source**/stylesheets/index.scss **build**/stylesheets/index.css

This is a great convention to put source files differentiated and create new folder for compiled or modified file.
//Chocolatey Package Manager choco, Homebrew PM brew, scout-app.io

Top comments (0)