Skip to content

Instantly share code, notes, and snippets.

@jchild3rs
Created November 12, 2014 20:05
Show Gist options
  • Save jchild3rs/3b403d52eaa712ad3a83 to your computer and use it in GitHub Desktop.
Save jchild3rs/3b403d52eaa712ad3a83 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
// dude...lik
$var: 2px;
$doubled: $var * 2;
$divided: $var / 2;
.foo {
height: $var;
width: $doubled;
margin: $divided;
}
.foo { height: 2px; width: 4px; margin: 1px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment