Index: static/scss/_variables.scss |
=================================================================== |
--- a/static/scss/_variables.scss |
+++ b/static/scss/_variables.scss |
@@ -81,22 +81,16 @@ |
// Device breakpoints |
$phone-breakpoint: 320px !default; |
$phablet-breakpoint: 576px !default; |
$tablet-breakpoint: 768px !default; |
$desktop-breakpoint: 992px !default; |
$large-desktop-breakpoint: 1200px !default; |
-// Grid breakpoints |
ire
2017/10/20 07:49:39
Why were these removed? The variables are still be
juliandoucette
2017/10/20 11:05:11
I didn't remove these manually - which means I for
|
- |
-$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; |