Skip to content

Instantly share code, notes, and snippets.

@KatieK2
Created June 16, 2014 23:52
Show Gist options
  • Select an option

  • Save KatieK2/66205cf0ee97ae916b6b to your computer and use it in GitHub Desktop.

Select an option

Save KatieK2/66205cf0ee97ae916b6b to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.8)
// Compass (v1.0.0.alpha.19)
// ----
$bgcolor: #C6538C;
$text-color: black;
$alt-text: white;
$second-bg: #73264C;
body {
background-color: $bgcolor;
color: $text-color;
}
h1 {
background-color: $second-bg;
color: $alt-text;
}
body {
background-color: #c6538c;
color: black;
}
h1 {
background-color: #73264c;
color: white;
}
@KatieK2
Copy link
Copy Markdown
Author

KatieK2 commented Jun 16, 2014

Demonstrates simple variables with Sass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment