Skip to content

Instantly share code, notes, and snippets.

@mturjak
Created October 24, 2013 09:42
Show Gist options
  • Save mturjak/7134178 to your computer and use it in GitHub Desktop.
Save mturjak/7134178 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.7)
// ----
@import "compass";
@mixin size-2xl {
@include rem(font-size, 40px);
}
@mixin size-3xl {
@include rem(font-size, 60px);
}
.heading1 {
@include size-3xl;
}
.heading1-small {
@extend .heading1;
@include size-2xl;
}
.heading1, .heading1-small {
font-size: 60px;
font-size: 3.75rem;
}
.heading1-small {
font-size: 40px;
font-size: 2.5rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment