cssdream / cssgrace

从今天起,写简单优雅面向未来的 CSS。From now on,writing brief,elegant,future-oriented CSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conflict with any data:image in CSS

Grawl opened this issue · comments

If I have any url(data:image/...) in my CSS then CSSgrace fires an error:

[10:09:48] Plumber found unhandled error:
 Error in plugin 'gulp-postcss'
Message:
    ENOENT, no such file or directory 'path\to\css\data:image\svg+xml;base64,...'
Details:
    errno: -4058
    code: ENOENT
    path: path\to\css\data:image\svg+xml;base64,...
    syscall: open

I launch it in Windows and all slashes / replaced to backslashes \, even in data:image/svg.

Cannot use CSSgrace with Zurb Foundation 😢 because of this bug.

Can you provide a complete test case?