...
Functions
In this lesson, we'll be looking at how to write functions in SASS.
Sass functions can receive arguments and return a single value.
They add an element of programming to writing CSS code, and we can now do math!
The standard math ...