Converting Sass To CSS

InstructorEmma Bostian

Share this video with your friends

Send Tweet

In this lesson we'll learn how to convert our Sass code to CSS code. We'll take a look at the sass watch command and use it to listen for changes within our Sass code.

The sass executable can be downloaded globally through npm by running npm i -g sass.