mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add clarifications.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user