0
You first need to install an extension to highlight the CSS syntax of Styled-Components, after all it is just a string inside your Typescript file.
Install https://marketplace.visualstudio.com/items?itemName=jpoissonnier.vscode-styled-components
You also forgot to put the ; at the end of a few lines and put comments //, which are invalid in CSS.



Thanks, that’s exactly what was missing. With the plug-in I could see all the bugs in the code.
– harriet
@If successful, mark your colleague’s response as certain.
– Vagner Wentz