Update _line-height.scss
This commit is contained in:
parent
9ab2fe4f33
commit
cf0e57d076
1 changed files with 5 additions and 5 deletions
|
|
@ -2,19 +2,19 @@
|
|||
line-height: 1;
|
||||
}
|
||||
@mixin leading-tighter {
|
||||
line-height: 1.15;
|
||||
line-height: 1.1;
|
||||
}
|
||||
@mixin leading-tight {
|
||||
line-height: 1.35;
|
||||
line-height: 1.3;
|
||||
}
|
||||
@mixin leading-normal {
|
||||
line-height: 1.55;
|
||||
line-height: 1.5;
|
||||
}
|
||||
@mixin leading-loose {
|
||||
line-height: 1.75;
|
||||
line-height: 1.7;
|
||||
}
|
||||
@mixin leading-looser {
|
||||
line-height: 1.95;
|
||||
line-height: 1.9;
|
||||
}
|
||||
@mixin \!leading-none {
|
||||
line-height: 1 !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue