Hi all, is there a way to get variables extracted from the styles? For example, I have: ``` border-radius: var(--border-radius-token, 12px) ``` Figma MCP returns `borderRadius: 12px`, but is there a way to get the actual variable used "border-radius-token" instead? @GLips