vscode-styled-jsx icon indicating copy to clipboard operation
vscode-styled-jsx copied to clipboard

Won't trigger completation

Open taoqf opened this issue 2 years ago • 1 comments

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.

taoqf avatar Dec 22 '22 09:12 taoqf

+1

yeehanchung avatar Nov 09 '23 06:11 yeehanchung