Skip to content

Instantly share code, notes, and snippets.

@alfredbez
Created December 12, 2014 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfredbez/0afb593d7aef40df5a22 to your computer and use it in GitHub Desktop.
Save alfredbez/0afb593d7aef40df5a22 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
$fullWidth: 1000px;
$leftColumn: 250px;
$rightColumn: $fullWidth - $leftColumn;
body {
width: $fullWidth;
}
#left {
width: $leftColumn;
}
#right {
width: $rightColumn;
}
body {
width: 1000px;
}
#left {
width: 250px;
}
#right {
width: 750px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment