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