Skip to content

Instantly share code, notes, and snippets.

@web-zen
Created January 13, 2014 20:54
Show Gist options
  • Save web-zen/8407963 to your computer and use it in GitHub Desktop.
Save web-zen/8407963 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<!DOCTYPE html>
<html>
<header id="header">
<meta charset="utf-8" />
<title>My Compass Page</title>
<div class="container">
<section class="hdr-left">Left Header</section>
<section class="hdr-middle">Middle Header</section>
<section class="hdr-right">Right Header</section>
</div>
</header>
<body>
</body>
</html>
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// Breakpoint (v2.4.1)
// Singularity.gs (v1.2.0.rc.1)
// ----
@import 'compass';
@import 'singularitygs';
@import 'breakpoint';
$grids: 1 4 1;
$gutters: 1/6;
.hdr-left {
@include grid-span(1, 1);
@include background-grid($color: blue);
}
.hdr-middle {
@include grid-span(1, 2);
@include background-grid($color: yellow);
}
.hdr-right {
@include grid-span(1, 3);
@include background-grid($color: green);
}
html, body{ margin: 0; padding: 0; height: 100px; }
wrong number of arguments (23 for 1..2) for `_linear-gradient_legacy'
<!DOCTYPE html>
<html>
<header id="header">
<meta charset="utf-8" />
<title>My Compass Page</title>
<div class="container">
<section class="hdr-left">Left Header</section>
<section class="hdr-middle">Middle Header</section>
<section class="hdr-right">Right Header</section>
</div>
</header>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment