Lines Matching refs:breakpoint

73                     $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass();
74 $attributes->addClassName("align-self{$breakpoint}-center");
91 $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass();
94 $attributes->addClassName("justify-content{$breakpoint}-left");
97 $attributes->addClassName("justify-content{$breakpoint}-start");
105 $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass();
108 $attributes->addClassName("justify-content{$breakpoint}-right");
111 $attributes->addClassName("justify-content{$breakpoint}-end");
117 $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass();
118 $attributes->addClassName("justify-content{$breakpoint}-center");
123 $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass();
124 $attributes->addClassName("justify-content{$breakpoint}-between");
128 $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass();
129 $attributes->addClassName("align-items{$breakpoint}-center");
133 $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass();
134 $attributes->addClassName("align-items{$breakpoint}-start");
137 $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass();
138 $attributes->addClassName("text{$breakpoint}-center");
142 $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass();
145 $attributes->addClassName("text{$breakpoint}-left");
148 $attributes->addClassName("text{$breakpoint}-start");
153 $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass();
156 $attributes->addClassName("text{$breakpoint}-right");
159 $attributes->addClassName("text{$breakpoint}-end");