mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-19 05:00:04 +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 "variables";
|
||||||
@import "base";
|
@import "base";
|
||||||
|
@import "typography";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue