less.ruby icon indicating copy to clipboard operation
less.ruby copied to clipboard

Another strange error with data URLs: + changed to space

Open mcvsama opened this issue 15 years ago • 0 comments

Less code:

.abc { background: url('data:image/png;base64,w8P+ivf') repeat-x scroll 0 0; }

compiles to:

.abc { background: url('data:image/png;base64,w8P ivf') repeat-x scroll 0 0; }

which breaks MIME encoding. Adding '' or "" doesn't help.

Less version: 1.2.17, Ruby: 1.8.7.

mcvsama avatar Nov 29 '09 08:11 mcvsama