app/webpacker/css/shared/variables/layout.scss
Name of variable tablet_breakpoint
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$tablet_breakpoint: 768px;
- Exclude checks
Name of variable desktop_breakpoint
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$desktop_breakpoint: 1024px;
- Exclude checks
Name of variable phablet_breakpoint
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$phablet_breakpoint: 640px;
- Exclude checks
Name of variable mobile_breakpoint
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$mobile_breakpoint: 480px;
- Exclude checks