Skip to content

Instantly share code, notes, and snippets.

@lozandier
Created November 21, 2013 10:54
Show Gist options
  • Save lozandier/7579681 to your computer and use it in GitHub Desktop.
Save lozandier/7579681 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
%main
.test1
.body
.test2
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
@import "breakpoint"
@import "singularitygs"
$grids: 3
$grids: add-grid(6 at 500px)
$grids: add-grid(12 at 700px)
$grids: add-grid(2 8 2 at 900px)
$grids: add-grid(1 3 5 7 9 at 1100px)
$gutters: .25
main, .main
+background-grid
height: 100%
height: 100vh
%baseSide
min-height: 100vw
background-color: tomato
// // Trial One
// $grids: 2 8 2
// $gutters: 1/3
// .test1
// +grid-span(1, 1)
// @extend %baseSide
// .test2
// +grid-span(1, 3)
// @extend %baseSide
Undefined operation: "3/36122 8 21 3 5 7 91 times 100%".
<main>
<div class='test1'></div>
<div class='body'></div>
<div class='test2'></div>
</main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment