Functions
In this lesson, we'll be looking at how to write functions in SASS.
We'll cover the following...
Definition #
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 ...