Created
January 14, 2016 02:25
-
-
Save finteractive/320a87aa008bb1394bb1 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
// ---- | |
// libsass (v3.3.2) | |
// ---- | |
@import "singularitygs"; | |
// settings.scss | |
@include add-grid(6); | |
@include add-gutter-style('split'); | |
@include add-gutter(1em); | |
// Must enable debug setting | |
@include sgs-change('debug', true); | |
// style.scss | |
main { | |
@include grid-span(6); | |
@include background-grid(); | |
} |
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
main { | |
-sgs-span-settings: ("span": 6, "location": 1, "grid": 6, "gutter": 1em, "style": "split", "start row": true, "end row": true, "fixed gutter": true, "split gutter": 1, "gutter property": "padding", "options": (null: null)); | |
width: 100%; | |
float: right; | |
margin-left: 0; | |
margin-right: 0; | |
clear: none; | |
padding-left: 0.5em; | |
padding-right: 0.5em; | |
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220%25%22%20fill%3D%22%23dd8f56%22%20width%3D%220%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%220%25%22%20fill%3D%22chocolate%22%20width%3D%2216%2E66667%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2216%2E66667%25%22%20fill%3D%22%23dd8f56%22%20width%3D%220%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2216%2E66667%25%22%20fill%3D%22%23b3591a%22%20width%3D%2216%2E66667%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2233%2E33333%25%22%20fill%3D%22%23dd8f56%22%20width%3D%220%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2233%2E33333%25%22%20fill%3D%22chocolate%22%20width%3D%2216%2E66667%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2250%25%22%20fill%3D%22%23dd8f56%22%20width%3D%220%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2250%25%22%20fill%3D%22%23b3591a%22%20width%3D%2216%2E66667%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2266%2E66667%25%22%20fill%3D%22%23dd8f56%22%20width%3D%220%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2266%2E66667%25%22%20fill%3D%22chocolate%22%20width%3D%2216%2E66667%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2283%2E33333%25%22%20fill%3D%22%23dd8f56%22%20width%3D%220%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2283%2E33333%25%22%20fill%3D%22%23b3591a%22%20width%3D%2216%2E66667%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%22100%25%22%20fill%3D%22%23dd8f56%22%20width%3D%220%25%22%20height%3D%22100%25%22%2F%3E%3C%2Fsvg%3E"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment