Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Aug 13, 2018
2 parents f132062 + edb4bde commit 52ed679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ You can isolate all `url(*)` blocks by using:
you can use the following:

```js
{ignore: /\/\*\*\s*\n([^\*]*(\*[^\/])?)*\*\//g}
{ignore: /\/\*\*\s*\n([^\*]|(\*(?!\/)))*\*\//g}
```

##### options.space ⇒ Boolean
Expand Down

0 comments on commit 52ed679

Please sign in to comment.