Skip to content

Commit b1cd941

Browse files
committed
fix another regexp for good old FF
1 parent e1658de commit b1cd941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ module.exports = function(css, options){
179179
var pos = position();
180180

181181
// prop
182-
var prop = match(/^(\*?[\/\*-\w]+)\s*/);
182+
var prop = match(/^(\*?[-\/\*\w]+)\s*/);
183183
if (!prop) return;
184184
prop = prop[0];
185185

0 commit comments

Comments
 (0)