mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
SASS: adding "text-mono" class
This commit is contained in:
parent
f753b93b75
commit
6aa86cc3a3
2 changed files with 5 additions and 0 deletions
4
_sass/_typography.scss
Normal file
4
_sass/_typography.scss
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
.text-mono {
|
||||
font-family: $mono-font;
|
||||
}
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
@import "variables";
|
||||
@import "base";
|
||||
@import "typography";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue