vscode-styled-jsx
vscode-styled-jsx copied to clipboard
Won't trigger completation
import css from 'styled-jsx/css'
const className = 'test';
export default css.global`
.${className} {
display: ;
}
`
The above code will cause a test failure. I tried to fix, but got no clue.
+1