Merge pull request #724 from Textualize/css-path-relative

CSS Path Relative
This commit is contained in:
Will McGugan
2022-09-01 16:36:55 +01:00
committed by GitHub
4 changed files with 44 additions and 9 deletions

View File

@@ -10,5 +10,5 @@ class JustABox(App):
if __name__ == "__main__":
app = JustABox(css_path="just_a_box.css", watch_css=True)
app = JustABox(css_path="../darren/just_a_box.css", watch_css=True)
app.run()