pub fn figma_node_to_intermediate_node<'a>( node: &'a Node, css_variables: &mut IndexMap<&'_ str, CSSVariable>, ) -> IntermediateNode<'a>