Sass - Interactive Shell



Description

You can work easily with SassScript by using the interactive shell. You can run the shell with the SASS command line along with the i option.

Syntax

$ sass -i

Using the above command, let us write some expressions as shown below −

Sass Interactive Shell

As you can see in the above image, we have used color codes which produces another color code by adding them and adds the three numbers to display the total value of the given numbers.

sass_script.htm
Advertisements