Skip to content

Instantly share code, notes, and snippets.

@anicholson
Created March 24, 2015 02:46
Show Gist options
  • Save anicholson/7fcbed23d547517dddc0 to your computer and use it in GitHub Desktop.
Save anicholson/7fcbed23d547517dddc0 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$foo: blue;
#one {
color: $foo;
#two {
$bar: green;
$foo: red;
color: $foo;
background-color: $bar;
}
background-color: $bar;
}
Undefined variable: "$bar".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment