/**********************************************************/
/* BEGIN "test/autotests/plugin/data-uri-utf8/style.less" */
.foo {
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0"?>%0A<svg viewBox="0 0 120 120" version="1.1" xmlns="http://www.w3.org/2000/svg">%0A    <circle cx="60" cy="60" r="50"/>%0A</svg>');
}
/* END   "test/autotests/plugin/data-uri-utf8/style.less" */
/**********************************************************/
