Understanding Interpolation in SASS
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.
The Syntax
To interpolate an expression we nee...
rembertdesigns.hashnode.dev2 min read