pub(crate) fn expand_place_shorthands(
specified_values: &mut BTreeMap<String, String>,
)Expand description
place-items/place-content/place-self(align-*/justify-* を1行にまとめる
ショートハンド)を展開する。place-x: A は align-x:A; justify-x:A、
place-x: A B は align-x:A; justify-x:B となる。対応する longhand が既に
指定されていればそちらを優先し、ショートハンドでは上書きしない。