Skip to content

Commit e27fcf4

Browse files
author
louisremi
committed
comments for workarounds are always welcome.
1 parent c5264ce commit e27fcf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
var ralpha = /alpha\([^)]*\)/i,
44
ropacity = /opacity=([^)]*)/,
55
rdashAlpha = /-([a-z])/ig,
6+
// fixed for IE9, see #8346
67
rupper = /([A-Z]|^ms)/g,
78
rnumpx = /^-?\d+(?:px)?$/i,
89
rnum = /^-?\d/,

0 commit comments

Comments
 (0)