buggood first issuehigh priorityup-for-grabs
Repository metrics
- Stars
- (16,977 個のスター)
- PR merge metrics
- (平均マージ 19d 1h) (30d で 15 merged PRs)
説明
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