mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Lets to let's
This commit is contained in:
@@ -151,7 +151,7 @@ The addition of `[str]` tells mypy that `run()` is expected to return a string.
|
||||
|
||||
Textual apps can reference [CSS](CSS.md) files which define how your app and widgets will look, while keeping your Python code free of display related code (which tends to be messy).
|
||||
|
||||
The chapter on [Textual CSS](CSS.md) describes how to use CSS in detail. For now lets look at how your app references external CSS files.
|
||||
The chapter on [Textual CSS](CSS.md) describes how to use CSS in detail. For now let's look at how your app references external CSS files.
|
||||
|
||||
The following example enables loading of CSS by adding a `CSS_PATH` class variable:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user