From 93e00fa56048afd42b6f957c63e792f389dbcb0e Mon Sep 17 00:00:00 2001 From: Zoltan Papp Date: Thu, 14 May 2015 15:56:01 +0200 Subject: [PATCH] mixin usage Box sizing mixin usage in _bar.scss --- scss/_bar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_bar.scss b/scss/_bar.scss index cb6696b4adf..ca9fdceb48d 100644 --- a/scss/_bar.scss +++ b/scss/_bar.scss @@ -13,7 +13,7 @@ left: 0; z-index: $z-index-bar; - box-sizing: border-box; + @include box-sizing(border-box); padding: $bar-padding-portrait; width: 100%;