pub fn validate_custom_key(key: &str) -> Result<(), StyleError>Expand description
Validates a custom style key.
Keys must start with a letter, contain only alphanumeric characters and underscores, and cannot conflict with presets.
pub fn validate_custom_key(key: &str) -> Result<(), StyleError>Validates a custom style key.
Keys must start with a letter, contain only alphanumeric characters and underscores, and cannot conflict with presets.