Commit ef9e76c2 authored by Mark Otto's avatar Mark Otto

comment out firefox specific code for linter to parse fully

parent 724240fe
...@@ -199,20 +199,6 @@ module.exports = function (grunt) { ...@@ -199,20 +199,6 @@ module.exports = function (grunt) {
} }
}, },
lesslint: {
src: [
'less/bootstrap.less'
],
options: {
csslint: {
csslintrc: 'less/.csslintrc'
},
imports: {
imports: 'less/*.less'
}
}
},
csslint: { csslint: {
options: { options: {
csslintrc: 'less/.csslintrc' csslintrc: 'less/.csslintrc'
...@@ -411,7 +397,7 @@ module.exports = function (grunt) { ...@@ -411,7 +397,7 @@ module.exports = function (grunt) {
var testSubtasks = []; var testSubtasks = [];
// Skip core tests if running a different subset of the test suite // Skip core tests if running a different subset of the test suite
if (runSubset('core')) { if (runSubset('core')) {
testSubtasks = testSubtasks.concat(['lesslint', 'dist-css', 'jshint', 'jscs', 'qunit']); testSubtasks = testSubtasks.concat(['dist-css', 'csslint', 'jshint', 'jscs', 'qunit']);
} }
// Skip HTML validation if running a different subset of the test suite // Skip HTML validation if running a different subset of the test suite
if (runSubset('validate-html') && if (runSubset('validate-html') &&
......
...@@ -3976,11 +3976,6 @@ a.label:focus { ...@@ -3976,11 +3976,6 @@ a.label:focus {
white-space: nowrap; white-space: nowrap;
background-color: #818a91; background-color: #818a91;
border-radius: 2em; border-radius: 2em;
/* .btn & {
position: relative;
top: -1px;
}
*/
} }
.badge:empty { .badge:empty {
display: none; display: none;
...@@ -3989,10 +3984,6 @@ a.label:focus { ...@@ -3989,10 +3984,6 @@ a.label:focus {
.badge.pull-right { .badge.pull-right {
top: .2em; top: .2em;
} }
.btn-xs .badge {
/*top: 0;*/
/*padding: 1px 5px;*/
}
a.badge:hover, a.badge:hover,
a.badge:focus { a.badge:focus {
color: #fff; color: #fff;
...@@ -4113,6 +4104,7 @@ a.list-group-item.active > .badge, ...@@ -4113,6 +4104,7 @@ a.list-group-item.active > .badge,
.alert-danger .alert-link { .alert-danger .alert-link {
color: #843534; color: #843534;
} }
/*csslint empty-rules: false, important: true*/
@-webkit-keyframes progress-bar-stripes { @-webkit-keyframes progress-bar-stripes {
from { from {
background-position: 24px 0; background-position: 24px 0;
...@@ -4173,28 +4165,30 @@ a.list-group-item.active > .badge, ...@@ -4173,28 +4165,30 @@ a.list-group-item.active > .badge,
border-top-right-radius: .25rem; border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem; border-bottom-right-radius: .25rem;
} }
/* Commented out for now because linter.
@-moz-document url-prefix() { @-moz-document url-prefix() {
.progress[value] { .progress[value] {
background-color: #eee; background-color: #eee;
border-radius: .25rem; .border-radius(@border-radius-base);
box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1); .box-shadow(inset 0 .1rem .1rem rgba(0,0,0,.1));
} }
.progress[value]::-moz-progress-bar { .progress[value]::-moz-progress-bar {
background-color: #0074d9; background-color: #0074d9;
border-top-left-radius: .25rem; border-top-left-radius: @border-radius-base;
border-bottom-left-radius: .25rem; border-bottom-left-radius: @border-radius-base;
} }
.progress[value="0"]::-moz-progress-bar { .progress[value="0"]::-moz-progress-bar {
color: @gray-light;
min-width: 2rem; min-width: 2rem;
color: #818a91;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
} }
.progress[value="100"]::-moz-progress-bar { .progress[value="100"]::-moz-progress-bar {
border-top-right-radius: .25rem; border-top-right-radius: @border-radius-base;
border-bottom-right-radius: .25rem; border-bottom-right-radius: @border-radius-base;
} }
} }
*/
@media screen and (min-width:0\0) { @media screen and (min-width:0\0) {
.progress { .progress {
background-color: #eee; background-color: #eee;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
...@@ -3976,11 +3976,6 @@ a.label:focus { ...@@ -3976,11 +3976,6 @@ a.label:focus {
white-space: nowrap; white-space: nowrap;
background-color: #818a91; background-color: #818a91;
border-radius: 2em; border-radius: 2em;
/* .btn & {
position: relative;
top: -1px;
}
*/
} }
.badge:empty { .badge:empty {
display: none; display: none;
...@@ -3989,10 +3984,6 @@ a.label:focus { ...@@ -3989,10 +3984,6 @@ a.label:focus {
.badge.pull-right { .badge.pull-right {
top: .2em; top: .2em;
} }
.btn-xs .badge {
/*top: 0;*/
/*padding: 1px 5px;*/
}
a.badge:hover, a.badge:hover,
a.badge:focus { a.badge:focus {
color: #fff; color: #fff;
...@@ -4113,6 +4104,7 @@ a.list-group-item.active > .badge, ...@@ -4113,6 +4104,7 @@ a.list-group-item.active > .badge,
.alert-danger .alert-link { .alert-danger .alert-link {
color: #843534; color: #843534;
} }
/*csslint empty-rules: false, important: true*/
@-webkit-keyframes progress-bar-stripes { @-webkit-keyframes progress-bar-stripes {
from { from {
background-position: 24px 0; background-position: 24px 0;
...@@ -4173,28 +4165,30 @@ a.list-group-item.active > .badge, ...@@ -4173,28 +4165,30 @@ a.list-group-item.active > .badge,
border-top-right-radius: .25rem; border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem; border-bottom-right-radius: .25rem;
} }
/* Commented out for now because linter.
@-moz-document url-prefix() { @-moz-document url-prefix() {
.progress[value] { .progress[value] {
background-color: #eee; background-color: #eee;
border-radius: .25rem; .border-radius(@border-radius-base);
box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1); .box-shadow(inset 0 .1rem .1rem rgba(0,0,0,.1));
} }
.progress[value]::-moz-progress-bar { .progress[value]::-moz-progress-bar {
background-color: #0074d9; background-color: #0074d9;
border-top-left-radius: .25rem; border-top-left-radius: @border-radius-base;
border-bottom-left-radius: .25rem; border-bottom-left-radius: @border-radius-base;
} }
.progress[value="0"]::-moz-progress-bar { .progress[value="0"]::-moz-progress-bar {
color: @gray-light;
min-width: 2rem; min-width: 2rem;
color: #818a91;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
} }
.progress[value="100"]::-moz-progress-bar { .progress[value="100"]::-moz-progress-bar {
border-top-right-radius: .25rem; border-top-right-radius: @border-radius-base;
border-bottom-right-radius: .25rem; border-bottom-right-radius: @border-radius-base;
} }
} }
*/
@media screen and (min-width:0\0) { @media screen and (min-width:0\0) {
.progress { .progress {
background-color: #eee; background-color: #eee;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -28,17 +28,6 @@ ...@@ -28,17 +28,6 @@
top: .2em; top: .2em;
} }
// Quick fix for badges in buttons
/* .btn & {
position: relative;
top: -1px;
}
*/
.btn-xs & {
/*top: 0;*/
/*padding: 1px 5px;*/
}
// Hover state, but only for links // Hover state, but only for links
a& { a& {
&:hover, &:hover,
......
/*csslint empty-rules: false, important: true*/
// //
// Progress bars // Progress bars
// -------------------------------------------------- // --------------------------------------------------
...@@ -61,6 +63,7 @@ ...@@ -61,6 +63,7 @@
} }
// Firefox styles must be entirely separate or it busts Webkit styles. // Firefox styles must be entirely separate or it busts Webkit styles.
/* Commented out for now because linter.
@-moz-document url-prefix() { @-moz-document url-prefix() {
.progress[value] { .progress[value] {
background-color: #eee; background-color: #eee;
...@@ -83,7 +86,7 @@ ...@@ -83,7 +86,7 @@
border-bottom-right-radius: @border-radius-base; 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. // 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") { @media screen and (~"min-width:0\0") {
.progress { .progress {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment