Added type mixins

This commit is contained in:
ポール ウェッブ 2018-12-03 15:10:53 -06:00
parent 141f9a6702
commit ba6ca506a0
4 changed files with 13 additions and 3 deletions
sass/init

View file

@ -28,6 +28,18 @@
white-space: nowrap;
}
@mixin font-mono {
font-family: "Input Mono", "Fira Mono", "Fira Code", "Courier New", monospace;
}
@mixin font-sans {
font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@mixin font-serif {
font-family: Georgia, serif;
}
@mixin hide-text {
border: none;
color: transparent;