stencila themes validate
stencila themes tokens
Usage
stencila themes validate [OPTIONS] <FILE>Examples
# Validate a workspace theme
stencila themes validate theme.css
# Treat unknown tokens as errors
stencila themes validate theme.css --strict
# Output validation result as JSON
stencila themes validate theme.css --as jsonArguments
<FILE> |
Options
--strict | truefalse |
--as | jsonyamltoml |