Skip to content
Snippets Groups Projects
Select Git revision
  • c37ee1d0f6e3a1039a1ccaf263f4f3be4b279072
  • master default
  • uiUpdates
  • 1.0.0
4 results

breakpoints.less

Blame
  • user avatar
    Tyler Lemburg authored
    c37ee1d0
    History
    breakpoints.less 597 B
    @bp1: ~" (min-width: 480px)";
    @bp2: ~" (min-width: 768px)";
    @bp3: ~" (min-width: 960px)";
    @bp4: ~" (min-width: 1044px)";
    
    // For styles which shouldn't cascade to other breakpoints
    @only-bp1: ~" (min-width: 480px) and (max-width: 767px) ";
    @only-bp2: ~" (min-width: 768px) and (max-width: 959px)";
    @only-bp3: ~" (min-width: 960px) and (max-width: 1043px)";
    @under-bp2: ~" (max-width: 767px) ";
    
    // The navigation breaks from the traditional media queries
    @bp-nav-hidden: ~" (max-width: 699px)";
    @bp-nav-full: ~" (min-width: 700px)";
    @bp-nav-max: ~" (min-width: 1016px)"; // nav toggle width + bp3