Skip to content

Instantly share code, notes, and snippets.

@RCopeland
Created June 23, 2015 14:42
Show Gist options
  • Save RCopeland/c55edda821b1d47b94da to your computer and use it in GitHub Desktop.
Save RCopeland/c55edda821b1d47b94da to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@import "modular-scale";
$ms-base: 1em 1.75em;
$ms-ratio: 1.067;
//change this to whatever size you want to see
$size: ms(25);
.text:before {
font-size: $size;
content: $size + ' is the size of this text.';
}
.text:before {
font-size: 2.26828em;
content: "2.26828em is the size of this text.";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment