This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import _ from 'lodash'; | |
/* | |
* Description: | |
* Add `.parent` property (with reference to parent object) | |
* to each array item recursively. | |
* | |
* INPUT: | |
* | |
* parents [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wrapper"> | |
<div class="grid"> | |
<div class="grid__cell grid__cell--content"> | |
<h1> | |
Hello world. | |
</h1> | |
<div class="grid"> | |
<div class="grid__cell grid__cell--inner"> | |
<h2> | |
Hello world. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background: #222; | |
} | |
#main { | |
margin: 10%; | |
} |