Skip to content

Commit

Permalink
FIX: Increment table counter in .document class
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed Apr 1, 2024
1 parent 2719fce commit 059233c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/document/document.less
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,9 @@
counter-reset: paragraphs;
}

.table {
counter-increment: tables;
}

}

0 comments on commit 059233c

Please sign in to comment.