From 1f911f3936a81b687cb535ad7ba208faafd57a14 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Wed, 7 May 2014 09:55:55 +0200 Subject: [PATCH] variable naming fix --- less/01-base.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/less/01-base.less b/less/01-base.less index 5cbc60e..3fe697b 100644 --- a/less/01-base.less +++ b/less/01-base.less @@ -103,16 +103,16 @@ h6, .h6-like { .em(@base-font-size - 4); } .small { - .em(@base-font-sizefont-stack-common - 2); + .em(@base-font-size - 2); } .big { - .em(@base-font-sizefont-stack-common + 2); + .em(@base-font-sizef + 2); } .bigger { - .em(@base-font-sizefont-stack-common + 4); + .em(@base-font-size + 4); } .biggest { - .em(@base-font-sizefont-stack-common + 6); + .em(@base-font-size + 6); } code,