Skip to content

Commit

Permalink
bootstrap_css_rule
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Oct 15, 2024
1 parent a58bf76 commit e4bc366
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions R/style_bootstrap.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ setMethod(
bootstrap_css_rule = NULL,
...) {


# complete rule
if (!is.null(bootstrap_css_rule)) {
x@table_string <- bootstrap_setting(x@table_string, bootstrap_css_rule, component = "css")
}

return(x)
})

Expand Down Expand Up @@ -150,6 +156,7 @@ style_apply_bootstrap <- function(x) {
}
}


return(x)
}

Expand Down

0 comments on commit e4bc366

Please sign in to comment.