From c2f4bbfbb2c6d9b35d9eec107ba0fa9e5440b898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laussel=20LO=C3=AFc?= Date: Tue, 19 Jul 2016 13:59:13 +0200 Subject: [PATCH] test(gruntfile): fix JSHint error in gruntfile.js --- Gruntfile.js | 4 ++-- scss/_o-accordion.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index e93a1084ab..f0612f31e4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -644,9 +644,9 @@ module.exports = function (grunt) { options: { from: 'v4.0.0-alpha.2', // to: 'v4.0.0-alpha.2', - // version: 'v4.0.0-alpha.2', + // version: 'v4.0.0-alpha.2', commitLink: function (commitHash) { - //TODO externalize orangeforge git url + project name etc.. + // TODO externalize orangeforge git url + project name etc.. return '[' + commitHash.substring(0, 8) + '](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/' + commitHash + ')'; } } diff --git a/scss/_o-accordion.scss b/scss/_o-accordion.scss index 0f87d983c5..5a691fa208 100644 --- a/scss/_o-accordion.scss +++ b/scss/_o-accordion.scss @@ -42,10 +42,10 @@ // For mobile display emphase the border @include media-breakpoint-down(sm) { .panel { - border-bottom: 2px; + border-bottom-width: 2px; &:first-child .panel-title { - border-top: 2px; + border-top-width: 2px; } } }