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:
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>2015-08-24 22:47:04 +0300
committerKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>2015-08-24 22:47:04 +0300
commit29e4dd2fba2eb778951d6cf611cecbeac88e1783 (patch)
tree884af613da5c9d492d39f4d87b002e50be8bd430 /scss/_progress.scss
parent46a524f302ab8bff724ae8d93fe4c5d4beaf1840 (diff)
Fix accidental triple colon from :before to ::before conversion
Fix #17288 — Sorry about that!
Diffstat (limited to 'scss/_progress.scss')
-rw-r--r--scss/_progress.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_progress.scss b/scss/_progress.scss
index 6d28c4a143..a93a634267 100644
--- a/scss/_progress.scss
+++ b/scss/_progress.scss
@@ -31,7 +31,7 @@
@include border-radius($border-radius);
@include box-shadow(inset 0 .1rem .1rem rgba(0,0,0,.1));
}
-.progress[value]::-webkit-progress-value:::before {
+.progress[value]::-webkit-progress-value::before {
content: attr(value);
}
.progress[value]::-webkit-progress-value {