Skip to content

Commit

Permalink
lap-and-up breakpoint used min-width for desk; should use same as in lap
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarekholm committed Nov 26, 2015
1 parent e2c647c commit 5eead7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kattcss",
"version": "0.1.0",
"version": "0.1.1",
"authors": [
"Oscar Ekholm <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion settings/_settings.responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down

0 comments on commit 5eead7b

Please sign in to comment.