diff options
| author | Mark Otto <[email protected]> | 2014-08-04 15:17:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-04 15:17:43 -0700 |
| commit | ef9e76c2c5fc587e8d5df043e1a0967c1f9de658 (patch) | |
| tree | 40fc2a04a229ce43a453b0f555056a963f25690f /less/progress-bars.less | |
| parent | 724240fe4f2cba653cec0aad217dd133aaa9e051 (diff) | |
| download | bootstrap-ef9e76c2c5fc587e8d5df043e1a0967c1f9de658.tar.xz bootstrap-ef9e76c2c5fc587e8d5df043e1a0967c1f9de658.zip | |
comment out firefox specific code for linter to parse fully
Diffstat (limited to 'less/progress-bars.less')
| -rw-r--r-- | less/progress-bars.less | 5 |
1 files changed, 4 insertions, 1 deletions
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 { |
