Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
use crate::{CssAtomSet, CssMetadata, StyleValue, rules, stylerule::StyleRule};
2
use bumpalo::collections::Vec;
3
use css_lexer::KindSet;
4
use css_parse::{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected