.some-class-name {
  single-quoted: url("./feature/img.jpg");
  double-quoted: url("./feature/img.jpg");
  unquoted: url(./feature/img.jpg);
  query: url(./feature/img.jpg?query);
  hash: url(./feature/img.jpg#hash);
}

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



/*# sourceMappingURL=main.3dc0b6237d3f9ec344c8.css.map*/