You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the styled component API, expression interpolation only seems to work when using inline functions or a variable that points to a value.
To Reproduce
The following compiles successfully but produces broken CSS:
const Div = styled.div`
border-radius: ${2 + 2}px;
`;
Describe the bug
When using the styled component API, expression interpolation only seems to work when using inline functions or a variable that points to a value.
To Reproduce
The following compiles successfully but produces broken CSS:
The following fails to compile:
These work correctly, however:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: