Skip to content

Instantly share code, notes, and snippets.

@edutrul
Created July 29, 2014 17:40
Show Gist options
  • Save edutrul/d733fc5f1c46964fa8fa to your computer and use it in GitHub Desktop.
Save edutrul/d733fc5f1c46964fa8fa to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<body>
Hola mundo
</body>
// ----
// Sass (v3.3.11)
// Compass (v1.0.0.alpha.21)
// ----
$font-stack: Helvetica, sans-serif;
$primary-color: #ff9900;
$font-size-high: 150px;
body {
font: 100% $font-stack;
color: $primary-color;
font-size: $font-size-high;
}
body {
font: 100% Helvetica, sans-serif;
color: #ff9900;
font-size: 150px;
}
<body>
Hola mundo
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment