<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.some-class-name {
  single-quoted: url("./feature/img.jpg");
  double-quoted: url("./feature/img.jpg");
  unquoted: url(./feature/img.jpg);
  query: url(./feature/img.jpg?query);
  hash: url(./feature/img.jpg#hash);
}

.another-class-name {
  display: block;
}



/*# sourceMappingURL=main.3dc0b6237d3f9ec344c8.css.map*/</pre></body></html>