Skip to content

Commit

Permalink
added more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
LyzandeR committed Jul 12, 2016
1 parent dce395f commit 8a62661
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/make_css.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
#' make_css(list(c('table', 'td'), c('text-align', 'font-size'), c('center', '20px')),
#' list('th', c('background-color', 'height'), c('lightgreen', '30px')))
#'
#' make_css(list('tr:hover', c('text-align', 'font-size'), c('center', '20px')),
#' list('th', c('background-color', 'height'), c('lightgreen', '30px')))
#'
#' @export
make_css <- function(..., file = NULL) {

Expand Down
3 changes: 3 additions & 0 deletions man/make_css.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a62661

Please sign in to comment.