@import 'test.css';
@mycolor: 'red';
h1 {
  color: @mycolor;
  background-image: data-uri('logo.png');
}
