We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0c4f0 commit f4e7bc5Copy full SHA for f4e7bc5
index.js
@@ -1,5 +1,5 @@
1
'use strict'
2
3
module.exports = function () {
4
- return /url\(.*?\)/ig
+ return /url\((.*?)\)/ig
5
}
0 commit comments