Skip to content

Instantly share code, notes, and snippets.

@jchild3rs
Created November 12, 2014 19:30
Show Gist options
  • Save jchild3rs/1afc551ee73bae8d03ad to your computer and use it in GitHub Desktop.
Save jchild3rs/1afc551ee73bae8d03ad 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;
.foo {
height: $var;
width: $doubled;
}
.foo { height: 2px; width: 4px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment