Skip to content

Instantly share code, notes, and snippets.

@airen
Created April 19, 2015 08:50
Show Gist options
  • Save airen/401f29c82e436c138c7e to your computer and use it in GitHub Desktop.
Save airen/401f29c82e436c138c7e to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$full-width: 960px;
$sidebar-width: 200px;
.content {
width: $full-width - $sidebar-width;
}
.content {
width: 760px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment