You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
403 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/opts.R
\name{pr_add_css_rules}
\alias{pr_add_css_rules}
\title{Add "raw" CSS rules}
\usage{
pr_add_css_rules(p, css_rules)
}
\arguments{
\item{p}{Prince object}
\item{rule}{character vector of CSS rules. These will be combined into
a temporary CSS file and included during the render.}
}
\description{
Add "raw" CSS rules
}