Searched refs:breakpoints (Results 1 – 10 of 10) sorted by relevance
23 private static $breakpoints = [ variable in ComboStrap\\ConditionalValue45 if (array_key_exists($breakpoint, self::$breakpoints)) {54 if (array_key_exists($part, self::$breakpoints)) {83 if (!array_key_exists($breakpoint, self::$breakpoints)) {100 return self::$breakpoints[$this->breakpoint];
86 $breakpoints = [];88 $breakpoints[] = Breakpoint::createFromShortName($shortName);90 $breakpoints[] = Breakpoint::createFromShortName(self::FLUID);91 return $breakpoints;
3 @import "breakpoints";
96 /* breakpoints */120 /* media queries for breakpoints */
100 /* breakpoints */124 /* media queries for breakpoints */
1 …breakpoints\n .container-fluid {\n @include make-container();\n }\n\n // Responsive containe…
7 …ctable and easier to manage. Pixels and other units work just fine and breakpoints in responsive w…
1 …breakpoints {\n --breakpoint-#{$bp}: #{$value};\n }\n\n // Use `inspect` for lists so that qu…