File: precompiled_css_path.Rd

package info (click to toggle)
r-cran-bslib 0.4.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,332 kB
  • sloc: javascript: 10,075; makefile: 30; sh: 23
file content (20 lines) | stat: -rw-r--r-- 587 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/precompiled.R
\name{precompiled_css_path}
\alias{precompiled_css_path}
\title{Get the path to a precompiled CSS file}
\usage{
precompiled_css_path(theme = bs_theme())
}
\arguments{
\item{theme}{a \code{\link[=bs_theme]{bs_theme()}} object.}
}
\value{
The path to the precompiled CSS file, if it exists, or \code{NULL}, if
not.
}
\description{
This function is meant for development and debugging purposes. It can be used
to test if a precompiled CSS file exists for a given theme object.
}
\keyword{internal}