Skip to content

Instantly share code, notes, and snippets.

@FWeinb
Created August 21, 2014 12:09
Show Gist options
  • Save FWeinb/1eab32c886ebe63294ee to your computer and use it in GitHub Desktop.
Save FWeinb/1eab32c886ebe63294ee to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.0)
// Compass (v1.0.0)
// ----
$myVar: 10;
$myBool: true;
@if ($myBool==true) {
$myVar: 7 !global;
}
.p {
width:$myVar px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment