.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.27763f97a0d8fc54f5f243de56b67af8.css.map*/