mizchi/crater-css/computed does not have a README file
fn ComputeContext::with_parent_and_vars(parent : Style, parent_vars : Map[String, String]) -> ComputeContextfn ComputeContext::with_viewport(viewport_width : Double, viewport_height : Double) -> ComputeContextfn apply_property_direct(style : Style, property : String, value : String, ctx : ComputeContext) -> Stylefn compute_with_vars(cascaded : CascadedValues, ctx : ComputeContext) -> (Style, Map[String, String])fn initial_value(property : String) -> Stringfn is_grid_area_name(value : String) -> Boolfn is_inherited(property : String) -> Boolfn parse_grid_area_shorthand(value : String) -> (GridPlacement, GridPlacement, GridPlacement, GridPlacement)fn parse_grid_template_shorthand(value : String) -> (Array[TrackSizingFunction], Array[TrackSizingFunction])?CSS parser, selector, cascade, and computed style engine for crater
Dependencies