Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scss/mixins/_progress.scss')
-rw-r--r--scss/mixins/_progress.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_progress.scss b/scss/mixins/_progress.scss
index 9c3212ae80..802e179a41 100644
--- a/scss/mixins/_progress.scss
+++ b/scss/mixins/_progress.scss
@@ -9,7 +9,7 @@
background-color: $color;
}
- @media screen and ("min-width:0\0") {
+ @media screen and (min-width:0\0) {
.progress-bar {
background-color: $color;
}