biome_css_parser 0.5.8

Biome's CSS parser
Documentation
---
source: crates/biome_css_parser/tests/spec_test.rs
expression: snapshot
---

## Input

```css

```


## AST

```
CssRoot {
    bom_token: missing (optional),
    rules: CssRuleList [],
    eof_token: EOF@0..0 "" [] [],
}
```

## CST

```
0: CSS_ROOT@0..0
  0: (empty)
  1: CSS_RULE_LIST@0..0
  2: EOF@0..0 "" [] []

```