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
regarding the syntax highlight, it looks like every prefix which is not styled well cause the css not be highlighted. for example:
import styled from 'styled-components`;
const style = styled.div`
// here all styles will be highlighted
`
//But if we change the import:
import style from 'styled-components';
const styled = style.div`
// no highlight in here
`
this is of course will be issue with createGlobalStyle
I can't autocomplete with styled components, at all:
Syntax highlighting works unless the style is an extended style:
Source code: https://github.com/metamn/mr-ui/blob/master/src/basics/TypographyClassic/TypographyClassic.js
I have the latest (2.85.0) language-babel with Styled Components Auto-Complete checked:
Thank you, no rush :)
The text was updated successfully, but these errors were encountered: