Skip to main content

expand_place_shorthands

Function expand_place_shorthands 

Source
pub(crate) fn expand_place_shorthands(
    specified_values: &mut BTreeMap<String, String>,
)
Expand description

place-items/place-content/place-selfalign-*/justify-* を1行にまとめる ショートハンド)を展開する。place-x: Aalign-x:A; justify-x:Aplace-x: A Balign-x:A; justify-x:B となる。対応する longhand が既に 指定されていればそちらを優先し、ショートハンドでは上書きしない。