.some-class-name {
  single-quoted: url("http://google.com");
  double-quoted: url("http://google.com");
  unquoted: url(http://google.com);
  query: url(http://google.com?query);
  hash: url(http://google.com#hash);
}

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


/*# sourceMappingURL=main.21b4ec70f23090c668f5e2f7ec803034.css.map*/