Skip to main content

oak_css/ast/
mod.rs

1#![doc = include_str!("readme.md")]
2/// Root node of the CSS AST.
3pub struct CssRoot;