Skip to content

Instantly share code, notes, and snippets.

@Panya
Created February 3, 2015 23:35
Show Gist options
  • Save Panya/daf55b620cffef95cd04 to your computer and use it in GitHub Desktop.
Save Panya/daf55b620cffef95cd04 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.11)
// Compass (v1.0.3)
// ----
$min-height: 60px;
body {
min-height: calc( $min-height * 1.3 );
}
body {
min-height: calc( $min-height * 1.3 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment