Skip to content

Instantly share code, notes, and snippets.

@web-zen
Created January 10, 2014 18:51
Show Gist options
  • Save web-zen/8360285 to your computer and use it in GitHub Desktop.
Save web-zen/8360285 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// Singularity.gs (v1.1.2)
// ----
@import "singularitygs";
$grids: 4
// $grids: 1 2 3 4
//$grids: 60px, 60px, 60px, 60px, 60px, 60px, 60px, 60px, 60px, 60px, 60px, 60px;
$gutters: 20px;
.container{
@include background-grid;
max-width: 940px;
margin: 0 auto;
min-height: 100%;
}
body, html {
height: 100%;
margin: 0;
padding: 0;
}
Invalid CSS after "$gutters": expected selector or at-rule, was ": 20px;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment