Skip to content

Instantly share code, notes, and snippets.

@slothelle
Created April 14, 2014 18:28
Show Gist options
  • Save slothelle/10671817 to your computer and use it in GitHub Desktop.
Save slothelle/10671817 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<!DOCTYPE html>
<html>
<head></head>
<body>
<h1>Taco!</h1>
</body>
</html>
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// ----
$font: 'Helvetica', 'Arial', sans-serif;
body {
font-family: $font;
}
body {
font-family: "Helvetica", "Arial", sans-serif;
}
<!DOCTYPE html>
<html>
<head></head>
<body>
<h1>Taco!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment