- SASS provides a Interactive Shell prompt for use to test scripts.
- In this Demo, “We will see how to open a SASS Interactive Shell and some use with arithmetic operations on pixel and Hex colors“.
- You can see my previous post to get started with SASS.
- Sass Interactive shell can be called using ”SASS -i” command in prompt.A successful call will show you a sass prompt.Check the below screenshot for this step,
- SASS interactive shell can be use for arithmetic operation on Pixel values.Like 10px + 20px = 30px.Check the below screenshot for other example,
- SASS interactive shell is also capable of Hexadecimal color code arithmetic.Check the below screenshot for more example,