Created
October 30, 2013 21:03
-
-
Save stoplion/7240221 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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='media attribution'> | |
| <a href='#' class='media__image'> | |
| <img src='http://placehold.it/100x100'> | |
| </a> | |
| <div class='media__body'> | |
| @stoplion 12 minutes ago.. | |
| </div> | |
| </div> |
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
| // ---- | |
| // Sass (v3.3.0.rc.1) | |
| // Compass (v0.13.alpha.10) | |
| // ---- | |
| .media | |
| margin: 10px | |
| .media, .media__body | |
| overflow: hidden | |
| .media, .media__image | |
| float: left | |
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
| .media { | |
| margin: 10px; | |
| } | |
| .media, .media__body { | |
| overflow: hidden; | |
| } | |
| .media, .media__image { | |
| float: left; | |
| } |
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='media attribution'> | |
| <a href='#' class='media__image'> | |
| <img src='http://placehold.it/100x100'> | |
| </a> | |
| <div class='media__body'> | |
| @stoplion 12 minutes ago.. | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment