From: Kevin Kirsche Date: Mon, 24 Aug 2015 19:47:04 +0000 (-0400) Subject: Fix accidental triple colon from :before to ::before conversion X-Git-Tag: v4.0.0-alpha.2~424^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29e4dd2fba2eb778951d6cf611cecbeac88e1783;p=thirdparty%2Fbootstrap.git Fix accidental triple colon from :before to ::before conversion Fix #17288 — Sorry about that! --- 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 {