layoutcss_parser::components::area

Constant AREA_STYLE

Source
pub const AREA_STYLE: &str = r#"
area-l{
        display: grid;
    }
"#;