Skip to content

Bootstrap style classes with a listing table #9172

Closed Answered by dasayan05
dasayan05 asked this question in Q&A
Discussion options

You must be logged in to vote

In case anyone looking for the exact solution, I managed to get it done by adding the following to a custom scss file

.quarto-listing-table {
    @extend .table-striped !optional;
}

Thanks @cscheid and @mcanouil for their suggestion.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@mcanouil
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by dasayan05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
listings html Issues with HTML and related web technology (html/css/scss) themes Related to HTML theming or any other style related issue (like highlight-style)
3 participants