Skip to main content

ENV_DYNAMIC_ID_PREFIX

Constant ENV_DYNAMIC_ID_PREFIX 

Source
pub const ENV_DYNAMIC_ID_PREFIX: &str = "env:";
Expand description

dynamic_id prefix that marks a CssDeclaration::Dynamic as an env() reference rather than a var() one. A custom property name can never contain :, so the two namespaces cannot collide.