biome_css_formatter 0.5.7

Biome's CSS formatter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
   /* comment 1 */
       :root {
  /* comment 2 */
  --prop : {
  /* comment 3 */
color/* comment 4 */: /* comment 5 */#fff/* comment 6 */;/* comment 7 */
  /* comment 8 */
font-size: 12px;
  /* comment 9 */
  };
  /* comment 10 */
}
     /* comment 11 */