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
Same here, when using css template literals from styled-components. I need to disable this extension for now. Coloring after css is messed up for the remainder of the document.
I've also ran into this issue when using css from styled components.
If I instead use import * as Styled from "styled-components" and then Styled.css it seems to work however.
Without
/* css */
:With
/* css */
:This seems to be a problem with both this repo & bashmish/es6-string-css as well, as found from my testing & bashmish#6.
The text was updated successfully, but these errors were encountered: