When previewing a file in the collapsible tree view, my styled-components code:
const ActionText = styled.button`
${props => props.theme.ActionText(props.theme)[props.variant]};
`;
displays like this:
const ActionText = styled.button`
___CSS_0___;
`;
When previewing a file in the collapsible tree view, my
styled-componentscode:displays like this: