 Issue 29539827:
  Noissue - Added configurable breakpoints and phablet widths to grid  (Closed) 
  Base URL: https://hg.adblockplus.org/website-defaults
    
  
    Issue 29539827:
  Noissue - Added configurable breakpoints and phablet widths to grid  (Closed) 
  Base URL: https://hg.adblockplus.org/website-defaults| Index: scss/_variables.scss | 
| =================================================================== | 
| --- a/scss/_variables.scss | 
| +++ b/scss/_variables.scss | 
| @@ -75,17 +75,20 @@ | 
| $large-space: 4em !default; | 
| $medium-space: 2em !default; | 
| $small-space: 1em !default; | 
| /* Breakpoints | 
| ******************************************************************************/ | 
| -$tablet-breakpoint: 768px; | 
| -$desktop-breakpoint: 992px; | 
| +$phone-breakpoint: 320px !default; | 
| +$phablet-breakpoint: 576px !default; | 
| +$tablet-breakpoint: 768px !default; | 
| +$desktop-breakpoint: 992px !default; | 
| /* Container widths | 
| ******************************************************************************/ | 
| -$mobile-width: 540px !default; | 
| +$mobile-width: auto !default; | 
| 
juliandoucette
2017/09/08 17:05:46
Make up your mind Julian "phone" or "mobile" IDK :
 
ire
2017/09/11 07:55:17
Haha. I think $phone may be more accurate, since p
 | 
| +$phablet-width: 540px !default; | 
| $tablet-width: 720px !default; | 
| $desktop-width: 960px !default; |