Interpolation
In this lesson, we'll learn how to use Interpolation to make our code more dynamic.
We'll cover the following...
Definition #
Interpolation is essentially a code insertion. It allows us to interpolate SASS expressions into our code. We can use it to use a selector or property name, quoted or unquoted strings etc, as variables.