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 a32be5f commit 39e6390Copy full SHA for 39e6390
tests/pytest/test_theme.py
@@ -258,6 +258,7 @@ def test_theme_add_sass_layer_file():
258
assert theme._mixins == ["// mixins\n"]
259
assert theme._rules == ["// rules 1\n// rules 2\n"]
260
261
+
262
@skip_on_windows
263
@pytest.mark.parametrize("preset", shiny_theme_presets)
264
def test_theme_from_brand_base_case_compiles(preset: str):
0 commit comments