From 29e4dd2fba2eb778951d6cf611cecbeac88e1783 Mon Sep 17 00:00:00 2001
From: Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Date: Mon, 24 Aug 2015 15:47:04 -0400
Subject: [PATCH] Fix accidental triple colon from :before to ::before
 conversion
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Fix #17288 — Sorry about that!
---
 scss/_progress.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {
-- 
GitLab