Returns the color theme configuration value specified by the property name
LESS
// Required arguments @result: -evo-themeconfig-color(@propertyName); // All arguments @result: -evo-themeconfig-color(@propertyName, @defaultValue, @inheritanceDepth);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyName | String | Theme configuration property name | Required | ||
defaultValue | String | Default value | Optional | black | |
inheritanceDepth | Int32 | Parent themes to inspect for configuration | Optional | 10 |