This file contains hidden or 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
:root { | |
--baseline: var(--font-lineHeight); | |
--baseline-color: red; | |
} | |
.pagedjs_page { | |
/* grid baseline */ |
This file contains hidden or 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
// ______________________________________________________________________ // | |
// font-face mixin override // | |
// ______________________________________________________________________ // | |
@mixin font-face( | |
$name, | |
$font-files, | |
$eot: false, | |
$weight: false, | |
$style: false, | |
$unicode-range: false, |
NewerOlder