biome_css_formatter 0.5.7

Biome's CSS formatter
Documentation
hello|* {

}

spaced     | * {}


newline


|   * {

}

*|  * {}

*    | hello {}

long-ident

|


other-ident .html {

}


.complex  * | html {}

.complex-ident   ident | hello {

}