Closed cpforbes closed 8 years ago
If base64 encoded data has // in it. The line is truncated by the comment removal code.
Example:
@function f($c) { @return $c url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDA//AAAUVBMVEWFhY==); }
Ouch, that's going to be a bit painful. As a workaround, does it still work if you URL-encode the slashes?
Fixed in 1.3.5.
If base64 encoded data has // in it. The line is truncated by the comment removal code.
Example: