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)'