variable naming fix
This commit is contained in:
parent
1feeba046b
commit
1f911f3936
1 changed files with 4 additions and 4 deletions
|
@ -103,16 +103,16 @@ h6, .h6-like {
|
||||||
.em(@base-font-size - 4);
|
.em(@base-font-size - 4);
|
||||||
}
|
}
|
||||||
.small {
|
.small {
|
||||||
.em(@base-font-sizefont-stack-common - 2);
|
.em(@base-font-size - 2);
|
||||||
}
|
}
|
||||||
.big {
|
.big {
|
||||||
.em(@base-font-sizefont-stack-common + 2);
|
.em(@base-font-sizef + 2);
|
||||||
}
|
}
|
||||||
.bigger {
|
.bigger {
|
||||||
.em(@base-font-sizefont-stack-common + 4);
|
.em(@base-font-size + 4);
|
||||||
}
|
}
|
||||||
.biggest {
|
.biggest {
|
||||||
.em(@base-font-sizefont-stack-common + 6);
|
.em(@base-font-size + 6);
|
||||||
}
|
}
|
||||||
|
|
||||||
code,
|
code,
|
||||||
|
|
Loading…
Reference in a new issue