Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Won't trigger completation #138

Open
taoqf opened this issue Dec 22, 2022 · 1 comment
Open

Won't trigger completation #138

taoqf opened this issue Dec 22, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@taoqf
Copy link

taoqf commented Dec 22, 2022

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 taoqf added the bug Something isn't working label Dec 22, 2022
@yeehanchung
Copy link

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants