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