Skip to content

Commit

Permalink
Fix EPUB numberless chapters bug (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman authored Aug 2, 2018
1 parent dbe2f23 commit b162584
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/styles/components/section-titles/_chapters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@

.numberless & {
.chapter-number {
display: none;
@if $type != 'epub' {
display: none;
}
&::after {
content: '';
}
Expand Down

0 comments on commit b162584

Please sign in to comment.