Commit 5cc69b5
authored
Fix incorrectly replacing only first alias in a multiline statement
This: `background-image: url('@app/public/img/cloud.svg'), url('@app/public/img/cloud.svg');` won't work with the current code as the regex is not lazy and it matching more than what it should match.1 parent 0c4b35b commit 5cc69b5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments