Skip to content

Instantly share code, notes, and snippets.

@jtwalters
Created November 17, 2015 19:04
Show Gist options
  • Save jtwalters/6cf49d23692d460429a5 to your computer and use it in GitHub Desktop.
Save jtwalters/6cf49d23692d460429a5 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="foo">Foo</div>
<div class="bar">Bar</div>
// ----
// libsass (v3.2.5)
// ----
$base: 16px;
.foo {
$base: 24px;
font-size: $base;
}
.bar {
font-size: $base;
}
.foo {
font-size: 24px;
}
.bar {
font-size: 16px;
}
<div class="foo">Foo</div>
<div class="bar">Bar</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment