Skip to content

Instantly share code, notes, and snippets.

@meowsus
Created April 27, 2015 18:26
Show Gist options
  • Save meowsus/ff26c9ad849447f9772f to your computer and use it in GitHub Desktop.
Save meowsus/ff26c9ad849447f9772f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
$base-font-size: 16px !default;
$base-spacing-unit: $base-font-size !default;
.first {
font-size: $base-font-size;
margin-bottom: $base-spacing-unit;
}
.second {
$base-font-size: 32px;
$base-spacing-unit: $base-font-size;
font-size: $base-font-size;
margin-bottom: $base-spacing-unit;
}
.first {
font-size: 16px;
margin-bottom: 16px;
}
.second {
font-size: 32px;
margin-bottom: 32px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment