Home
last modified time | relevance | path

Searched refs:FLUID (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DBreakpoint.php34 self::NEVER_NAME => self::FLUID
50 const FLUID = "fluid"; define in ComboStrap\\Breakpoint
90 $breakpoints[] = Breakpoint::createFromShortName(self::FLUID);
99 if (in_array($this->shortBreakpointName, [Breakpoint::NEVER_NAME, Breakpoint::FLUID])) {
H A DContainerTag.php16 …DEFAULT_VALUE, Breakpoint::MD, Breakpoint::LG, Breakpoint::XL, Breakpoint::XXL, Breakpoint::FLUID];