Skip to content

Commit ca04c8a

Browse files
committed
remove one / from decl regexp char class
1 parent e06537e commit ca04c8a

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)