Created
November 29, 2015 17:22
-
-
Save Snugug/5f275d1d93a839b4b960 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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
@import "breakpoint"; | |
@import "toolkit"; | |
@import "singularitygs"; | |
@include sgs-change('debug', true); | |
@include sgs-change('mobile first', true); | |
@include sgs-change('output', 'isolation'); | |
$smallest: 500px; | |
$smaller: 600px; | |
$small: 700px; | |
$medium: 900px; | |
$large: 1200px; | |
$verylarge: 1500px; | |
@include add-grid(4); | |
@include add-grid(8 at $small); | |
@include add-grid(14 at $medium); | |
@include add-grid(16 at $large); | |
@include add-gutter(0); | |
@include add-gutter(0 at $small); | |
@include add-gutter(0 at $medium); | |
@include add-gutter(0 at $large); | |
.foo { | |
@include grid-span(1, 2); | |
} |
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
.foo { | |
-sgs-span-settings: ("span": 1, "location": 2, "grid": 4, "gutter": 0, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "gutter property": "margin", "options": ()); | |
width: 25%; | |
float: left; | |
margin-right: -100%; | |
margin-left: 25%; | |
clear: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment