A stylesheet entrypoint to be loaded into the runtime environment.
| Name | Type | Required | Description |
|---|---|---|---|
| file_path | FilePath | Yes | A relative path from the root to a CSS entrypoint. It must satisfy: - Must contain one or more non-empty segments separated by /. - Each segment must only contain the following ASCII characters: a-z, A-Z, 0-9 and -_.. - Must have a maximum length of 100. |