buggood first issuehigh priorityup-for-grabs
倉庫指標
- 星標
- (16,977 顆星)
- PR 合併指標
- (平均合併 19天 1小時) (30 天內合併 15 個 PR)
描述
To reproduce:
@container style(--theme: dark){
.main{
color: #000;
}
}
Current behavior: There's a space between "style" and the bracket.
@container style (--theme: dark)
Expected behavior: No space between "style" and the bracket.
@container style(--theme: dark)
Environment information:
lessversion: 4.2.0