gulp-css-base64 icon indicating copy to clipboard operation
gulp-css-base64 copied to clipboard

Gulp's task for transform all resources found in a CSS (those within a url( ... ) declaration) into base64-encoded data URI strings

Results 12 gulp-css-base64 issues
Sort by recently updated
recently updated
newest added

Hello. I have fonts with url in style.css: ``` ../fonts/font-name.eot?mjlrlo#iefix ``` This plugin ignore this fonts because `path.extname(result[1])` !== '.ttf' from my `extensionsAllowed` option (`extensionsAllowed: ['.eot', '.svg', '.ttf', '.woff']`). Please,...

Add `regexp` options which change `rImages`. It useful if you need to inline specific files. F.e. You store a small interface images in `assets` folders in project, but big images...