Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created July 29, 2015 20:49
Show Gist options
  • Save scottkellum/523ec0192176a8803bc1 to your computer and use it in GitHub Desktop.
Save scottkellum/523ec0192176a8803bc1 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@import 'modular-scale';
@function _ms($value, $base: 1em, $ratio: 1.5) {
@return ms($value, $base, $ratio);
}
@import "bourbon/bourbon";
foo {
font-size: ms(4, 12px 16px);
font-size: _ms(4, 12px 16px);
}
foo {
font-size: 31px;
font-size: 27px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment