rubyforgood/casa

View on GitHub
app/assets/stylesheets/base/breakpoints.scss

Summary

Maintainability
Test Coverage
$small: 640px;
$medium: 1024px;
$large: 1200px;

// If you adjust this breakpoint, you also need to adjust the breakpoint value in app/javascript/controllers/sidebar-controller.js
$mobile: 768px;