From: XhmikosR Date: Mon, 18 Feb 2019 16:00:38 +0000 (+0200) Subject: Fix a few stylelint issues. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7974e4519b1391105aae0fcab83d0cee68c3bd9;p=thirdparty%2Fbootstrap.git Fix a few stylelint issues. --- diff --git a/less/button-groups.less b/less/button-groups.less index 0472800f16..137d27d4db 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -1,4 +1,4 @@ -// stylelint-disable selector-no-qualifying-type */ +// stylelint-disable selector-no-qualifying-type // // Button groups diff --git a/less/theme.less b/less/theme.less index 0d2db96dcb..deda3e010f 100644 --- a/less/theme.less +++ b/less/theme.less @@ -219,7 +219,7 @@ // Give the progress background some depth .progress { - #gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg) + #gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg); } // Mixin for generating new styles