css output fix

This commit is contained in:
Will McGugan
2022-02-04 18:54:54 +00:00
parent 2a8fbd5505
commit a4b9776113
6 changed files with 20 additions and 11 deletions

View File

@@ -17,7 +17,6 @@ class BasicApp(App):
footer=Widget(),
sidebar=Widget(),
)
self.panic(self.stylesheet.css)
BasicApp.run(css_file="basic.css", watch_css=True, log="textual.log")