biome_css_formatter 0.5.7

Biome's CSS formatter
Documentation
1
2
3
4
5
6
7
8
9
10
@keyframes   animation-name   {
    10%   <<<ROME_RANGE_START>>>,  20%   {
        opacity:   0
           ;
        <<<ROME_RANGE_END>>>
    }

    100%    {
        opacity  : 1 }
}