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

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

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