pub async fn bundle_directory_css(
src_dir: &Path,
output_path: &Path,
) -> Result<(), CssBundlerError>Expand description
Bundle all CSS files from a single source directory into a single output file.
Convenience wrapper around [bundle_css_sources] for callers with one source directory.
ยงErrors
See [bundle_css_sources].