miguel.nz

Some useful SASS hint

July 17, 2014   |   1 minute read.

I often forget arguments when I am using sass files. So I decided to write a list with what I use the most.

scss --sourcemap --watch sass:css

This will create a sourcemap and watch my file. sass is the folder where scss are located and css is the output folder.

scss --version

See my sass version.

sass --watch sass/style.scss:style.css

Just watch a single file.

I will keep updating this blog post as I find other useful commands.