variable naming fix

This commit is contained in:
Raphael Goetter 2014-05-07 09:55:55 +02:00
parent 1feeba046b
commit 1f911f3936

View File

@ -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,