We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When previewing a file in the collapsible tree view, my styled-components code:
styled-components
const ActionText = styled.button` ${props => props.theme.ActionText(props.theme)[props.variant]}; `;
displays like this:
const ActionText = styled.button` ___CSS_0___; `;