html, body {
  width: 100%;
  height: 100%; }
  html :before, body :before {
    content: "Hello World"; }

div.test2 {
  box-shadow: 0 0 0 0; }
  div.test2 :after {
    content: "test2"; }

/*# sourceMappingURL=test2.css.map */
