This file contains 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
// Here's a `.person` containing an Inuit `.media` object | |
.person | |
.media | |
%img.media__img{src: "http://placekitten.com/96/96"} | |
%p.media__body | |
Bio goes here Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. | |
// If we wanted to customize the display of the person's media object, | |
// what would we do??? |
NewerOlder