.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.9942809af4c9e267641a.css.map*/