Style_Definition::make() ->add_variant( Style_Variant::make() ->add_prop( 'display', $display ) ->add_prop( 'flex-direction', $flex_direction ) ->add_prop( 'padding', $this->get_base_padding() ) ), ]; } }