post-eof.styl 207 B

1234567891011
  1. .post-eof {
  2. background: $grey-light;
  3. height: 1px;
  4. margin: $post-eof-margin-top auto $post-eof-margin-bottom;
  5. text-align: center;
  6. width: 8%;
  7. .post-block:last-of-type & {
  8. display: none;
  9. }
  10. }