1 2 3 4
/// The CSS custom property name prefix used in `css_vars!` macro output. /// /// Variable names are automatically prefixed with `--` to form valid CSS custom property names. pub(crate) const CSS_CUSTOM_PROPERTY_PREFIX: &str = "--";