.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.9444323ea59ca319edb802b1a94aed92.css.map*/