2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

comment out firefox specific code for linter to parse fully

This commit is contained in:
Mark Otto
2014-08-04 15:17:43 -07:00
parent 724240fe4f
commit ef9e76c2c5
10 changed files with 30 additions and 64 deletions
+4 -1
View File
@@ -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 {