biome_css_formatter 0.5.7

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

pub(crate) mod color;
pub(crate) mod custom_identifier;
pub(crate) mod dashed_identifier;
pub(crate) mod identifier;
pub(crate) mod number;
pub(crate) mod percentage;
pub(crate) mod ratio;
pub(crate) mod regular_dimension;
pub(crate) mod string;
pub(crate) mod unknown_dimension;
pub(crate) mod url_value_raw;