This is one of our old lessons! Visit the Path page to see all of our latest courses.
Topic: Sass Basics
Preview
Sass nesting example:
#my-section {
h1 {
color: red;
}
p {
color: blue;
}
}
To view this and the other 300+ tutorials on Simple Dev, sign up for a 10-day free trial.