mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Create type <name>.
This commit is contained in:
4
docs/snippets/type_syntax/name.md
Normal file
4
docs/snippets/type_syntax/name.md
Normal file
@@ -0,0 +1,4 @@
|
||||
A [`<name>`](/css_types/name) is any non-empty sequence of characters:
|
||||
|
||||
- starting with a letter `a-z`, `A-Z`, or underscore `_`; and
|
||||
- followed by zero or more letters `a-zA-Z`, digits `0-9`, underscores `_`, and hiphens `-`.
|
||||
Reference in New Issue
Block a user