Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DConditionalLength.php44 private $defaultBreakpoint = "sm"; variable in ComboStrap\\ConditionalLength
59 public function __construct($value, $defaultBreakpoint) argument
62 if ($defaultBreakpoint !== null) {
63 $this->defaultBreakpoint = $defaultBreakpoint;
107 …public static function createFromString(string $widthLength, string $defaultBreakpoint = null): Co… argument
109 return new ConditionalLength($widthLength, $defaultBreakpoint);
243 return $this->defaultBreakpoint;
H A DFloatAttribute.php55 … $defaultBreakpoint = SiteConfig::getConfValue(self::CONF_FLOAT_DEFAULT_BREAKPOINT, "sm");
56 $floatValue = "{$defaultBreakpoint}-$floatValue";