2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Use double colons for psuedo elements

Fix #17052
This commit is contained in:
Kevin Kirsche
2015-08-19 16:31:31 -04:00
committed by Kevin Kirsche
parent c8ab0a56c2
commit d51f0a4f81
11 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -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 {