mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge branch 'inline-styles-view' of github.com:willmcgugan/rich.tui into inline-styles-view
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Dev Sandbox
|
||||
|
||||
This directory contains test code. None of the .py files here are garanteed to run or do anything useful, but you are welcome to look around.
|
||||
This directory contains test code. None of the .py files here are guaranteed to run or do anything useful, but you are welcome to look around.
|
||||
|
||||
@@ -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