Skip to content

Instantly share code, notes, and snippets.

@maddesigns
Created December 4, 2013 12:50
Show Gist options
  • Save maddesigns/7786978 to your computer and use it in GitHub Desktop.
Save maddesigns/7786978 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
@import "compass";
@import "singularitygs";
@import "singularity-extras";
$break-small: 450px;
$break-medium: 700px;
$break-large: 900px;
$break-xlarge: 1200px;
$grids: 3;
$grids: add-grid(1 2 3 at $break-small);
$grids: add-grid(ratio(golden(), 6) at $break-medium);
$grids: add-grid(compound(2, 3, 4) at $break-large);
$gutters: .25;
*, *:before, *:after {
@include box-sizing(border-box);
}
body {
margin: 0;
padding: 0;
@include background-grid();
}
Undefined operation: "3/31 2 31 1.61803 2.61803 4.23607 6.8541 11.090170.5 times 100%".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment