Created
June 4, 2015 02:05
-
-
Save julzmon/95bb10de8eada4c8f167 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.10) | |
// Compass (v1.0.0.alpha.20) | |
// Modular Scale (v2.0.5) | |
// ---- | |
@import "modular-scale"; | |
$ms-base: 1em 3.75em; | |
$ms-ratio: $fourth; | |
foo { | |
foo: ms-list(-2, 2, $ms-base, $ms-ratio); | |
foo: ms(-1); | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
foo { | |
foo: 0.75em 0.88989em 1em 1.18652em 1.33333em; | |
foo: 0.75em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment