Skip to content

Commit d07b20a

Browse files
committed
Revert "Why is @-webkit- commented out?"
1 parent 2d88ab7 commit d07b20a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

stylus/progress-bars.styl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
// -------------------------
88

99
// WebKit
10-
@-webkit-keyframes progress-bar-stripes
11-
from
12-
background-position 40px 0
13-
to
14-
background-position 0 0
10+
// @-webkit-keyframes progress-bar-stripes
11+
// from
12+
// background-position 40px 0
13+
// to
14+
// background-position 0 0
1515

1616
// Spec and IE10+
1717
@keyframes progress-bar-stripes

0 commit comments

Comments
 (0)