Introduction
This post will show you how to nest in CSS as well as in SASS, using the SCSS syntax.
Examples
Code
Editor’s notes
I noticed in CSS that when the variables are created outside the scope of the element that uses it, nothing works. So make sure to set them either in some parent element or within the element itself, just like in this example.