from

Creates a CssCombinator from the given CssTokenKind.

This function maps specific token kinds to their corresponding combinators:

For any other token kind, including null, the function returns null.

Return

The corresponding CssCombinator, or null if no matching combinator is found.

Parameters

tokenKind

The CssTokenKind to convert to a combinator.