MCPcopy Create free account
hub / github.com/csskit/csskit / by_property_name

Method by_property_name

crates/css_feature_data/src/css_feature.rs:51–53  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

49 }
50
51 pub fn by_property_name(name: &str) -> Option<&'static CSSFeature> {
52 CSS_FEATURES.get(&format!("css.properties.{name}"))
53 }
54
55 /// Check if a feature has Baseline support.
56 ///

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected