Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Last active August 29, 2015 14:06
Show Gist options
  • Save scottkellum/106f854c37a5c04cf671 to your computer and use it in GitHub Desktop.
Save scottkellum/106f854c37a5c04cf671 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.3)
// Compass (v1.0.1)
// ----
$scope-test: true;
@mixin scope-test() {
$scope-test: false;
} @include scope-test;
foo {
bar: $scope-test;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment