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