Skip to content

Commit 6eaf926

Browse files
committed
chore: remove unmapped brand sass var check
This isn't used anymore, we now create brand sass vars for everything
1 parent 7c67f61 commit 6eaf926

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/brand/app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
from shiny import App, render, ui
88
from shiny.ui._theme_brand import bootstrap_colors
99

10-
# TODO: Move this into the test that runs this app
11-
os.environ["SHINY_BRAND_YML_RAISE_UNMAPPED"] = "true"
1210
theme = ui.Theme.from_brand(__file__)
1311
# theme = ui.Theme()
1412
theme.add_rules((Path(__file__).parent / "_colors.scss").read_text())

0 commit comments

Comments
 (0)