Skip to content

Instantly share code, notes, and snippets.

@airen
Created April 19, 2015 09:43
Show Gist options
  • Save airen/eb49b4a31c5c610b6601 to your computer and use it in GitHub Desktop.
Save airen/eb49b4a31c5c610b6601 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$width: 1000px;
$nums: 10;
.item {
width: $width / 10;
}
.list {
width: $width / $nums;
}
.item {
width: 100px;
}
.list {
width: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment