<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("../images/img.jpg");
  double-quoted: url("../images/img.jpg");
  unquoted: url(../images/img.jpg);
  query: url(../images/img.jpg);
  hash: url(../images/img.jpg);
}

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



/*# sourceMappingURL=main.821066e59b8ceb0a3572.css.map*/</pre></body></html>