We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c67f61 commit 6eaf926Copy full SHA for 6eaf926
examples/brand/app.py
@@ -7,8 +7,6 @@
7
from shiny import App, render, ui
8
from shiny.ui._theme_brand import bootstrap_colors
9
10
-# TODO: Move this into the test that runs this app
11
-os.environ["SHINY_BRAND_YML_RAISE_UNMAPPED"] = "true"
12
theme = ui.Theme.from_brand(__file__)
13
# theme = ui.Theme()
14
theme.add_rules((Path(__file__).parent / "_colors.scss").read_text())
0 commit comments