dispatch kehy

This commit is contained in:
Will McGugan
2022-02-07 12:00:36 +00:00
parent 8ad03e2216
commit c74c069629
6 changed files with 9 additions and 10 deletions

View File

@@ -18,9 +18,5 @@ class BasicApp(App):
sidebar=Widget(),
)
# # self.app.panic(self["#sidebar"].styles.has_rule("border"))
# self.app.panic(repr(self["#sidebar"]._inline_styles.border))
BasicApp.run(css_file="basic.css", watch_css=True, log="textual.log")