Created
January 14, 2014 01:06
-
-
Save web-zen/8411182 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
<!DOCTYPE html> | |
<html> | |
<head id="head"> | |
<meta charset="utf-8" /> | |
<title>My Compass Page</title> | |
<div class="hdr-container cf"> | |
<section class="hdr-1"><img src="http://www.eb-5center.com/files/icon_check.png" width="30px"></section> | |
<section class="hdr-2"><img src="http://www.eb-5center.com/files/icon_check.png" width="30px"></section> | |
<section class="hdr-3"><img src="http://www.eb-5center.com/files/icon_check.png" width="30px"></section> | |
<section class="hdr-4"><img src="http://www.eb-5center.com/files/icon_check.png" width="30px"></section> | |
<section class="hdr-5"><img src="http://www.eb-5center.com/files/icon_check.png" width="30px"></section> | |
</div> | |
</head> | |
<body class="wrapper"> | |
</script> | |
</body> | |
</html> |
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
// ---- | |
// 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'; | |
.cf:after, .cf:before { content: " "; display: table; } | |
.cf:after { clear: both; } | |
.cf { *zoom: 1; } | |
$grids: 1 3 1 3 1; | |
$gutters: 1/6; | |
.hdr-container { @include background-grid(); } | |
.hdr-1 { @include grid-span(1, 1); } | |
.hdr-2 { @include grid-span(1, 2); } | |
.hdr-3 { @include grid-span(1, 3); } | |
.hdr-4 { @include grid-span(1, 4); } | |
.hdr-5 { @include grid-span(1, 5); } | |
html, body{ margin: 0; padding: 0; height: 100px; background-color: cornsilk;} |
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
wrong number of arguments (23 for 1..2) for `_linear-gradient_legacy' |
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
<!DOCTYPE html> | |
<html> | |
<head id="head"> | |
<meta charset="utf-8" /> | |
<title>My Compass Page</title> | |
<div class="hdr-container cf"> | |
<section class="hdr-1"><img src="http://www.eb-5center.com/files/icon_check.png" width="30px"></section> | |
<section class="hdr-2"><img src="http://www.eb-5center.com/files/icon_check.png" width="30px"></section> | |
<section class="hdr-3"><img src="http://www.eb-5center.com/files/icon_check.png" width="30px"></section> | |
<section class="hdr-4"><img src="http://www.eb-5center.com/files/icon_check.png" width="30px"></section> | |
<section class="hdr-5"><img src="http://www.eb-5center.com/files/icon_check.png" width="30px"></section> | |
</div> | |
</head> | |
<body class="wrapper"> | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment