From 02e7a213c4d8ac7f46b80dbd6a6956bc0aa5a31f Mon Sep 17 00:00:00 2001 From: simongehrig Date: Wed, 5 Apr 2017 09:26:16 +0200 Subject: [PATCH] Removed px from layout > cols mixin padding --- mixins/layout/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixins/layout/_layout.scss b/mixins/layout/_layout.scss index 66fac8b..951a1f1 100644 --- a/mixins/layout/_layout.scss +++ b/mixins/layout/_layout.scss @@ -10,7 +10,7 @@ /* Gutters */ margin: 0 -4px -4px 0 !important; - padding: 0 $gutter+px $gutter+px 0 !important; + padding: 0 $gutter $gutter 0 !important; border: none !important; /* Typography */