Skip to content

Instantly share code, notes, and snippets.

@tourdefran
Created February 26, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tourdefran/daabcb048ae376bef3f9 to your computer and use it in GitHub Desktop.
Save tourdefran/daabcb048ae376bef3f9 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<html>
<head></head>
<body>
<p>larilalala</p>
</body>
</html>
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$font-stack: Helvetica, sans-serif;
$primary-color: #ff0000;
$bg-color: #333;
body {
font: 100% $font-stack;
color: $primary-color;
background-color: $bg-color;
}
body {
font: 100% Helvetica, sans-serif;
color: #ff0000;
background-color: #333;
}
<html>
<head></head>
<body>
<p>larilalala</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment