Skip to content

Commit 2d88ab7

Browse files
committed
Merge pull request #69 from nodecode/patch-1
Why is @-webkit- commented out?
2 parents 6a4132d + 1da5cc7 commit 2d88ab7

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)