Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/scss/_variables.scss

Issue 29581874: Noissue - Removed website-default container widths (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Addressed comments Created Oct. 18, 2017, 1:37 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« static/scss/_base.scss ('K') | « static/scss/_base.scss ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« static/scss/_base.scss ('K') | « static/scss/_base.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld