From a1b278c6295211ecbdef27f02d1fb58d65b250d0 Mon Sep 17 00:00:00 2001 From: simongehrig Date: Wed, 5 Apr 2017 09:27:52 +0200 Subject: [PATCH] Removed !important 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 951a1f1..e4b9056 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 $gutter 0 !important; + padding: 0 $gutter $gutter 0; border: none !important; /* Typography */