Last active
August 29, 2015 14:20
-
-
Save starryeyez024/41d2af7fca411314f70c 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="body flexbox"> | |
| <h2>6 6 </h2> | |
| <div data-rh-layout="6 6"> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| </div> | |
| <h2>6 6 flex</h2> | |
| <div data-rh-layout="6 6 flex"> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| </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
| // ---- | |
| // libsass (v3.2.0-beta.6) | |
| // ---- | |
| * { | |
| box-sizing: border-box; | |
| } | |
| p { | |
| background: #eee; | |
| border: #ccc 1px solid; | |
| margin: 0px 0px 11px; | |
| padding: 10px; | |
| } | |
| ////////////////// | |
| .flexbox .rh-standard-band-container { | |
| flex-direction: column; | |
| } | |
| .flexbox [data-rh-layout="6 6 flex"] { | |
| display: flex; | |
| } | |
| [data-rh-layout="6 6"] > :nth-child(2n+1), | |
| [data-rh-layout="6 6 flex"] > :nth-child(2n+1) { | |
| width: 48.7149%; | |
| margin-right: 2.57023%; | |
| display: block; | |
| 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
| * { | |
| box-sizing: border-box; | |
| } | |
| p { | |
| background: #eee; | |
| border: #ccc 1px solid; | |
| margin: 0px 0px 11px; | |
| padding: 10px; | |
| } | |
| .flexbox .rh-standard-band-container { | |
| flex-direction: column; | |
| } | |
| .flexbox [data-rh-layout="6 6 flex"] { | |
| display: flex; | |
| } | |
| [data-rh-layout="6 6"] > :nth-child(2n+1), | |
| [data-rh-layout="6 6 flex"] > :nth-child(2n+1) { | |
| width: 48.7149%; | |
| margin-right: 2.57023%; | |
| display: block; | |
| 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="body flexbox"> | |
| <h2>6 6 </h2> | |
| <div data-rh-layout="6 6"> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| </div> | |
| <h2>6 6 flex</h2> | |
| <div data-rh-layout="6 6 flex"> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| <p class="component">Component</p> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment