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

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



/*# sourceMappingURL=main.86e96a19f673bd98526b.css.map*/