Add clarifications.

This commit is contained in:
Rodrigo Girão Serrão
2023-03-28 15:07:39 +01:00
parent 3a6967341c
commit b9c6aec2e6
3 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1 @@
/* This file is purposefully empty. */

View File

@@ -7,6 +7,9 @@ from textual.widgets import Label
CSS_PATH = (Path(__file__) / "../hot_reloading_app.css").resolve()
# Write some CSS to the file before the app loads.
# Then, the test will clear all the CSS to see if the
# hot reloading applies the changes correctly.
CSS_PATH.write_text(
"""
Container {