Skip to content

Instantly share code, notes, and snippets.

@JefMari
Created September 3, 2015 15:29
Show Gist options
  • Select an option

  • Save JefMari/2333ce9d07beb2ea6df1 to your computer and use it in GitHub Desktop.

Select an option

Save JefMari/2333ce9d07beb2ea6df1 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="box-1"></div>
<div class="box-2"></div>
// ----
// libsass (v3.2.5)
// ----
.box-1{
$width: 100px !global;
width: $width;
}
.box-2{
width:$width;
}
.box-1 {
width: 100px;
}
.box-2 {
width: 100px;
}
<div class="box-1"></div>
<div class="box-2"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment