// out: ../loading.css, compress: true, sourceMap: false
html body {
  .markdown-spinner {
    margin: 48px auto;
    background-image: url(octocat-spinner-128.gif);
    background-repeat: no-repeat;
    background-size: 64px;
    background-position: top center;
    padding-top: 70px;
    text-align: center;
    font-size: 16px;
  }
}