Skip to content

Commit 2b33aa8

Browse files
authored
Merge pull request #36 from rstudio/joe/bugfix/attachment-warning-sass
Stop write_attachment warning in bootstrap_sass
2 parents 4e86c79 + 475e627 commit 2b33aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/bs_sass.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ bootstrap_sass <- function(rules = list(), theme = bs_theme_get(), ...) {
143143

144144
theme <- as_bs_theme(theme)
145145
theme$rules <- ""
146-
sass::sass(input = list(theme, rules), ...)
146+
sass::sass(input = list(theme, rules), write_attachments = FALSE, ...)
147147
}
148148

149149

0 commit comments

Comments
 (0)