/* sass */ /* foundation/_code.scss */ code { padding: .25em; line-height: 0; } /* style.scss */ @import'foundation/code' /* As a convention, Sass files that are only meant to be imported, not compiled on their own, begin with _ (as in _code.scss). These are called partials, and they tell Sass tools not to try to compile those files on their own. You can leave off the _ when importing a partial. */
Math
1 2
/* sass (@debug prints value of the expression) */ @debug math.$e; // 2.7182818285