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
I've tried to use the css interpolator from Styled Components, but it is not suited as it passes props to each field, instead of (props) => { /* the whole css string */}.
The issue may be more in Styled Components, that could provide another helper to force syntax highlighting without actually changing the logic?
The text was updated successfully, but these errors were encountered:
EXPECTED BEHAVIOR
Same syntax highlighting as Styled Components.
ACTUAL BEHAVIOR
No way to highlight syntax.
SUGGESTED SOLUTION
I've tried to use the
css
interpolator from Styled Components, but it is not suited as it passes props to each field, instead of(props) => { /* the whole css string */}
.The issue may be more in Styled Components, that could provide another helper to force syntax highlighting without actually changing the logic?
The text was updated successfully, but these errors were encountered: