Daniel Schwartz

Results 2 comments of Daniel Schwartz

same here with: ```parse("@svg-load url(./some.svg){ .path{} }")```

I also see the same issue, for example run this snippet and see that the process function is never called. ``` function process({url}) { console.log('never called !!') return url; }...