biome_css_formatter 0.5.7

Biome's CSS formatter
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file.

pub(crate) mod any;
pub(crate) mod auxiliary;
pub(crate) mod bogus;
pub(crate) mod lists;
pub(crate) mod properties;
pub(crate) mod pseudo;
pub(crate) mod selectors;
pub(crate) mod statements;
pub(crate) mod value;