diff --git a/src/textual/app.py b/src/textual/app.py index 587f3beb0..2b2f78784 100644 --- a/src/textual/app.py +++ b/src/textual/app.py @@ -323,7 +323,7 @@ class App(DOMNode): event_loop.close() async def _on_css_change(self) -> None: - + """Called when the CSS changes (if watch_css is True).""" if self.css_file is not None: stylesheet = Stylesheet(variables=self.get_css_variables()) try: