This repository was archived by the owner on Oct 9, 2020. It is now read-only.
Commit 6cde064
committed
Convert back slashes to forward slashes in import statement.
Usually an import of css is replaced with the css content, however sometimes it results in an @import statement.
Could not produce an example that generates an @import statement. In a current project of mine this happens to some css files imported from a jspm package. Not sure what triggers it (size/other references/location).
Therefor, no unit test was added1 parent 4d4ed72 commit 6cde064
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments