Skip to content

Instantly share code, notes, and snippets.

// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// ----
// Map storing values when the mixin is being called
$cache: (
width : (),
height : (),
);
body {
background: #FFFAFD;
font-size:100%;
line-height:1.5;
font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
}
header {
width:100%;
margin: auto;