Nesting SASS
Move a block inside another block and indent it
Start file
.hero {
background-color: pink;
}
header {
border-bottom: 2px solid #26BBB3;
}
End file
.hero {
background-color: pink;
header {
border-bottom: 2px solid #26BBB3;
}
}
View Diff
3d2
< }
5,6c4,6
< header {
< border-bottom: 2px solid #26BBB3;
---
> header {
> border-bottom: 2px solid #26BBB3;
> }
7a8
>
Solutions
The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!
Check out these helpful resources to improve your Vim skills... Game on.
Unlock 95 remaining solutions by signing in and submitting your own entry