systemjs / plugin-css

CSS loader plugin
MIT License
92 stars 60 forks source link

Convert back slashes to forward slashes in import statement. #125

Closed nelisbijl closed 7 years ago

nelisbijl commented 7 years ago

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 added

guybedford commented 7 years ago

Sure, thanks.