03. Modifying Devices List
Extending Default Breakpoints
private static $default_breakpoints = [
'xs' => 0,
'sm' => 480,
'md' => 768,
'lg' => 1025,
'xl' => 1440,
'xxl' => 1600,
];private static $default_breakpoints = [
'xs' => 0,
'sm' => 480,
'md' => 768,
'lg' => 1025,
'xl' => 1440,
'xxl' => 1600,
'width480' => 480,
'width540' => 540,
'width640' => 640,
'width700' => 700,
'width750' => 750,
'width800' => 800,
'width840' => 840,
'width900' => 900,
'width940' => 940
];Modifying Pattern Match
Files Attachment
Last updated