| Index: static/scss/_variables.scss | 
| =================================================================== | 
| --- a/static/scss/_variables.scss | 
| +++ b/static/scss/_variables.scss | 
| @@ -87,16 +87,21 @@ | 
| $large-desktop-breakpoint: 1200px !default; | 
| // Grid breakpoints | 
| $half-breakpoint: $tablet-breakpoint !default; | 
| $third-breakpoint: $desktop-breakpoint !default; | 
| $fourth-breakpoint: $desktop-breakpoint !default; | 
| -// Container widths | 
| +// Device widths | 
| //////////////////////////////////////////////////////////////////////////////// | 
| $phone-width: auto !default; | 
| $phablet-width: 540px !default; | 
| $tablet-width: 720px !default; | 
| $desktop-width: 960px !default; | 
| $large-desktop-width: 1140px !default; | 
| + | 
| +// Component widths | 
| +//////////////////////////////////////////////////////////////////////////////// | 
| + | 
| +$container-width: $large-desktop-width; | 
| 
 
ire
2017/10/23 11:59:37
Missing !default
 
juliandoucette
2017/10/23 12:45:49
Done.
 
 |