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

Unified Diff: static/scss/_grid.scss

Issue 29581878: Noissue - Moved website-default grid variables to variables (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Oct. 17, 2017, 3:15 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
« no previous file with comments | « no previous file | static/scss/_variables.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/_grid.scss
===================================================================
--- a/static/scss/_grid.scss
+++ b/static/scss/_grid.scss
@@ -13,20 +13,16 @@
//
// You should have received a copy of the GNU General Public License
// along with website-defaults. If not, see <http://www.gnu.org/licenses/>.
/*******************************************************************************
* Grid component
******************************************************************************/
-$half-breakpoint: $tablet-breakpoint !default;
-$third-breakpoint: $desktop-breakpoint !default;
-$fourth-breakpoint: $desktop-breakpoint !default;
-
/**
* - .row contains one or more .column(s)
* - .row clears .column(s)
* - .row negates the left & right padding of it's left-most & right-most
* .column(s) while preserving consistent padding between .column(s)
*/
.row
{
« no previous file with comments | « no previous file | static/scss/_variables.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld