biome_css_formatter 0.5.7

Biome's CSS formatter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
div {
    color: rgba(255, 255, 255, 1);
    color:   rgba   (
        0,
        1,
        255,
        1
    );
    color: arbitrary(really long list, of complex parameter values, each one on its own line);
    color: more-arbitrary(just, has, lots, of, individual, parameters, breaking, over, lines);
    color: arbitrary(one really long parameter value that itself will break over multiple lines and fill together);
}