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;
}
}
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
#96
z_r_a / @z_r_a -
Score: 26 -
10/22/20 @ 08:37
GVkk:norm I <CR>VkkdkPO<BS><BS><Esc>ZZ
0 comments
96 active golfers, 266 entries
Leaderboard (lowest score wins):
05/08/2017 at 04:46PM
05/08/2017 at 05:41PM
05/09/2017 at 04:45AM
05/09/2017 at 08:21AM
05/09/2017 at 08:35AM
05/09/2017 at 07:22PM
05/10/2017 at 07:58AM
05/10/2017 at 02:06PM
05/11/2017 at 08:25AM
05/11/2017 at 09:01AM
05/12/2017 at 06:31AM
05/12/2017 at 08:00AM
05/13/2017 at 12:08AM
05/13/2017 at 05:56AM
05/13/2017 at 03:03PM
05/15/2017 at 11:23PM
05/16/2017 at 12:53AM
05/18/2017 at 09:33PM
05/19/2017 at 01:17PM
05/21/2017 at 10:43PM
#21 - Rodrigo Dorantes G. / @ruydg
05/22/2017 at 06:45AM
05/23/2017 at 05:57PM
05/24/2017 at 05:51PM
05/26/2017 at 06:11PM
06/07/2017 at 10:56AM
06/08/2017 at 12:06PM
06/09/2017 at 05:36AM
06/09/2017 at 06:27PM
06/20/2017 at 09:43PM
07/10/2017 at 05:12PM