Skip to content

Commit

Permalink
fix(brand): Ignore brand when checking pre-compiled CSS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jan 9, 2025
1 parent d73457c commit 333be4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/precompiled.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ precompiled_css <- local({
themes <<- lapply(versions, function(version) {
list(
version = version,
theme = bs_theme(version)
theme = bs_theme(version, brand = FALSE)
)
})
}
Expand Down

0 comments on commit 333be4c

Please sign in to comment.