biome_css_formatter 0.5.7

Biome's CSS formatter
Documentation
1
2
3
4
5
use crate::FormatBogusNodeRule;
use biome_css_syntax::CssBogusDocumentMatcher;
#[derive(Debug, Clone, Default)]
pub(crate) struct FormatCssBogusDocumentMatcher;
impl FormatBogusNodeRule<CssBogusDocumentMatcher> for FormatCssBogusDocumentMatcher {}