buggood first issuehigh priorityup-for-grabs
Metriche repository
- Star
- (16.977 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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