mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update src/textual/css/styles.py
Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
This commit is contained in:
@@ -45,7 +45,7 @@ if TYPE_CHECKING:
|
||||
from ..layout import Layout
|
||||
|
||||
|
||||
class RulesMap(TypedDict):
|
||||
class RulesMap(TypedDict, total=False):
|
||||
"""A typed dict for CSS rules.
|
||||
|
||||
Any key may be absent, indiciating that rule has not been set.
|
||||
|
||||
Reference in New Issue
Block a user