Created
August 8, 2014 09:05
-
-
Save jnslxndr/f112ba870d620e0c00e3 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="container"> | |
| Container | |
| </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.14) | |
| // Compass (v1.0.0.rc.1) | |
| // Singularity.gs (v1.2.0.rc.6) | |
| // ---- | |
| @import "singularitygs"; | |
| @include add-grid(4); | |
| @include sgs-change('debug', true); | |
| @include sgs-change('background grid color', #ddd); | |
| .container { | |
| @include background-grid; | |
| margin: 0 auto; | |
| height: 100%; | |
| } |
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
| .container { | |
| background-image: linear-gradient(to right, #dddddd 0%, #dddddd 21.05263%, #e5e5e5 21.05263%, #e5e5e5 26.31579%, #dddddd 26.31579%, #dddddd 47.36842%, #e5e5e5 47.36842%, #e5e5e5 52.63158%, #dddddd 52.63158%, #dddddd 73.68421%, #e5e5e5 73.68421%, #e5e5e5 78.94737%, #dddddd 78.94737%, #dddddd); | |
| margin: 0 auto; | |
| height: 100%; | |
| } |
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="container"> | |
| Container | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment