MCPcopy Create free account
hub / github.com/csskit/csskit / stylesheet.rs

File stylesheet.rs

crates/css_ast/src/stylesheet.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::{CssAtomSet, CssMetadata, StyleValue, rules, stylerule::StyleRule};
2use bumpalo::collections::Vec;
3use css_lexer::KindSet;
4use css_parse::{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected