.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?query);
  hash: url(./images/img.jpg#hash);
}

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


/*# sourceMappingURL=main.32c4504d8c32b54ccc8dbcb267e7d346.css.map*/