From f567653da307cc8d60de034ff0c3c169cdf81638 Mon Sep 17 00:00:00 2001 From: jesusbotella Date: Mon, 18 Jun 2018 13:19:56 +0200 Subject: [PATCH] Fix Hound --- src/scss/cdb-utilities/_helpers.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/cdb-utilities/_helpers.scss b/src/scss/cdb-utilities/_helpers.scss index cc41bbc..1f4aa77 100644 --- a/src/scss/cdb-utilities/_helpers.scss +++ b/src/scss/cdb-utilities/_helpers.scss @@ -131,9 +131,9 @@ /* Clearfix */ .u-clearfix::after { - content: ""; display: table; clear: both; + content: ''; }