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