You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi -- I think an update removed the ability to use "transparent" as a color. Is this a bug or an intended change?
gt::gt(mtcars) |>gt::tab_options(
table.border.top.color="transparent"
)
#> Error: Problem with `mutate()` column `value`.#> ℹ `value = { ... }`.#> x An invalid color name was used (`"transparent"`):#> * Only R/X11 color names and CSS 3.0 color names can be used
It was something that was considered but was put off til later because of transparent handling across output formats. However, I do think it should be implemented.
Hi -- I think an update removed the ability to use "transparent" as a color. Is this a bug or an intended change?
Created on 2021-11-29 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered: