From ef9e76c2c5fc587e8d5df043e1a0967c1f9de658 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 4 Aug 2014 15:17:43 -0700 Subject: comment out firefox specific code for linter to parse fully --- less/progress-bars.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'less/progress-bars.less') diff --git a/less/progress-bars.less b/less/progress-bars.less index dfaad105e..4c34dbee9 100644 --- a/less/progress-bars.less +++ b/less/progress-bars.less @@ -1,3 +1,5 @@ +/*csslint empty-rules: false, important: true*/ + // // Progress bars // -------------------------------------------------- @@ -61,6 +63,7 @@ } // Firefox styles must be entirely separate or it busts Webkit styles. +/* Commented out for now because linter. @-moz-document url-prefix() { .progress[value] { background-color: #eee; @@ -83,7 +86,7 @@ border-bottom-right-radius: @border-radius-base; } } - +*/ // IE9 hacks to accompany custom markup. We don't need to scope this via media queries, but I feel better doing it anyway. @media screen and (~"min-width:0\0") { .progress { -- cgit v1.2.3