<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);
  hash: url(./feature/img.jpg);
}

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



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