Skip to content

Commit

Permalink
** Base V2.3.2 **
Browse files Browse the repository at this point in the history
- Updated tablet @media breakpoint
- Version bump on package.json
- Version bump on style.less/style.scss
  • Loading branch information
Matthew committed Jul 13, 2015
1 parent ed045ad commit 91281fe
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions changelog.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Base 2 Change Log

## [2.3.2] - 2015-07-13
### Base V2.3.2
- Updated tablet @media breakpoint
- Version bump on package.json
- Version bump on style.less/style.scss


## [2.3.1] - 2015-07-13
### Base V2.3.1
- Fixed custom select (.select) issue in IE9+
Expand Down
2 changes: 1 addition & 1 deletion less/base/_variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
@hd-container: 1120px;

// Responsive Breakpoints
@tablet-breakpoint: (@tablet-container - 1);
@tablet-breakpoint: (@tablet-container + 20);
@desktop-breakpoint: (@desktop-container + 20);
@hd-breakpoint: (@hd-container + 20);
2 changes: 1 addition & 1 deletion less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Base Stylesheet - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 2.3.1 - Last Updated: July 13, 2015
// Version: 2.3.2 - Last Updated: July 13, 2015

// ==========================================================================

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": "base",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "http://getbase.org/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion scss/base/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ $desktop-container: 960px;
$hd-container: 1120px;

// Responsive Breakpoints
$tablet-breakpoint: ($tablet-container - 1);
$tablet-breakpoint: ($tablet-container + 20);
$desktop-breakpoint: ($desktop-container + 20);
$hd-breakpoint: ($hd-container + 20);
2 changes: 1 addition & 1 deletion scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Base Stylesheet - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 2.3.1 - Last Updated: July 13, 2015
// Version: 2.3.2 - Last Updated: July 13, 2015

// ==========================================================================

Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ input::-moz-focus-inner {
margin-left: auto;
margin-right: auto;
}
@media only screen and (min-width: 719px) {
@media only screen and (min-width: 740px) {
.container,
.container-full {
width: 720px;
Expand Down Expand Up @@ -702,7 +702,7 @@ input::-moz-focus-inner {
.show-mobile-inline {
display: inline;
}
@media only screen and (min-width: 719px) {
@media only screen and (min-width: 740px) {
.col-tablet-1,
.col-tablet-2,
.col-tablet-3,
Expand Down

0 comments on commit 91281fe

Please sign in to comment.