From b790073d773595b9bae2a74c075f98377da47c41 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 11 Oct 2018 13:45:20 -0500 Subject: [PATCH] style(themes): remove duplicate variable and add default --- core/src/themes/ionic.globals.scss | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/core/src/themes/ionic.globals.scss b/core/src/themes/ionic.globals.scss index df9aa3c5ad..0a19837dcf 100644 --- a/core/src/themes/ionic.globals.scss +++ b/core/src/themes/ionic.globals.scss @@ -110,7 +110,7 @@ $colors: ( shade: get-color-shade($dark), tint: get-color-tint($dark) ) -); +) !default; // Default General Colors // -------------------------------------------------- @@ -118,17 +118,6 @@ $overlay-background-color: var(--ion-overlay-background-color, #fafafa) $ripple-background-color: var(--ion-ripple-background-color, #000) !default; -// The minimum dimensions at which your layout will change, -// adapting to different screen sizes, for use in media queries -$screen-breakpoints: ( - xs: 0, - sm: 576px, - md: 768px, - lg: 992px, - xl: 1200px -) !default; - - // Default General // --------------------------------------------------