Skip to content

Commit

Permalink
update honeycomb default breakpoints to match breakpoints for www.red…
Browse files Browse the repository at this point in the history
  • Loading branch information
philscott-rg committed Jun 21, 2017
1 parent 69012a3 commit f7f5b0a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/base/css/settings/_honeycomb.base.settings.breakpoints.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ $hc-responsive: true !default;

/**
* Set responsive breakpoints.
* (Note: No large breakpoint needed, as large is the default as using desktop first
* approach.)
*/

$hc-breakpoints: (
"large": 9999px,
"medium": 768px,
"small": 480px
"max": 99999px,
"large": 1200px,
"medium": 950px,
"small": 600px,
"mini": 384px
) !default;


/**
* Set whether the breakpoints and media queries should run as desktop first.
* i.e. when using a responsive breakpoint, desktop first captures upto the
Expand Down

0 comments on commit f7f5b0a

Please sign in to comment.