biome_css_formatter 0.5.7

Biome's CSS formatter
Documentation
@supports (
    display: flex
    ) {  }
@supports (
    display:     flex
    
    ) 
    or
     (
display  : 
flex  ) or   (display: flex
) or (display: flex)  {  }
@supports (display: flex) 
and (display: flex) 
and (display: flex) 
and (display: flex)  {  }

@supports (display: flex) and 
(selector(
    :focus-visible
) or ((
    animation-name:
    test))) {  }

@supports (display: flex
) and (selector(:focus-visible

) or (
not 
(
(animation-name: test)
))

) {  }

@supports (display: flex) 

and (selector(:focus-visible  )  or (
    
not ((animation-name: test))  ) 

) and (display: flex
) {  }