From 5eead7bb6533c1c65b413299a6453b1150cedf11 Mon Sep 17 00:00:00 2001 From: Oscar Ekholm Date: Thu, 26 Nov 2015 14:31:58 +0100 Subject: [PATCH] lap-and-up breakpoint used min-width for desk; should use same as in lap --- bower.json | 2 +- package.json | 2 +- settings/_settings.responsive.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 5333326..82c5420 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "kattcss", - "version": "0.1.0", + "version": "0.1.1", "authors": [ "Oscar Ekholm " ], diff --git a/package.json b/package.json index b38f45b..354c5d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kattcss", - "version": "0.1.0", + "version": "0.1.1", "description": "A CSS framework built upon and extending inuitcss", "repository": { "type": "git", diff --git a/settings/_settings.responsive.scss b/settings/_settings.responsive.scss index 77b80bc..b69c52f 100644 --- a/settings/_settings.responsive.scss +++ b/settings/_settings.responsive.scss @@ -14,7 +14,7 @@ $breakpoints: ( 'palm' 'screen and (max-width: 719px)', 'lap' 'screen and (min-width: 720px) and (max-width: 1023px)', - 'lap-and-up' 'screen and (min-width: 1024px)', + 'lap-and-up' 'screen and (min-width: 720px)', 'portable' 'screen and (max-width: 1023px)', 'desk' 'screen and (min-width: 1024px)', 'retina' '(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx)'