Skip to content

Commit

Permalink
Base V2.6.2
Browse files Browse the repository at this point in the history
- Minor typo fix on _animations.less/_animations.scss
- Moved .no-push, .no-pull helpers into _helpers.less/_helpers.scss
- Added .no-push-print, .no-pull-print into _helpers.less/_helpers.scss
- Added grid reset helpers .col-none-tablet, .col-none-desktop, .col-none-hd, .col-none-print within _helpers.less/_helpers.scss (thanks to Roland Toth for the use case and suggestion #55)
- Version bump on package.json and bower.json
- Version bump on style.less/style.scss
  • Loading branch information
Matthew committed Nov 7, 2015
1 parent 07707d6 commit 08bf1fe
Show file tree
Hide file tree
Showing 13 changed files with 134 additions and 62 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base",
"version": "2.6.1",
"version": "2.6.2",
"homepage": "http://matthewhartman.github.io/base/",
"authors": [
"Matthew Hartman <[email protected]>"
Expand Down
10 changes: 10 additions & 0 deletions changelog.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Base 2 Change Log


## [2.6.2] - 2015-11-08
### Base V2.6.2
- Minor typo fix on _animations.less/_animations.scss
- Moved .no-push, .no-pull helpers into _helpers.less/_helpers.scss
- Added .no-push-print, .no-pull-print into _helpers.less/_helpers.scss
- Added grid reset helpers .col-none-tablet, .col-none-desktop, .col-none-hd, .col-none-print within _helpers.less/_helpers.scss
- Version bump on package.json and bower.json
- Version bump on style.less/style.scss


## [2.6.1] - 2015-10-23
### Base V2.6.1
- Minor update on GulpJS file to cater for sub directories for build and watch tasks
Expand Down
48 changes: 32 additions & 16 deletions dist/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -709,10 +709,6 @@ input::-moz-focus-inner {
.pull-11 {
left: -91.66666667%;
}
.no-push,
.no-pull {
left: 0;
}
@media only screen and (min-width: 740px) {
.col-1-tablet,
.col-2-tablet,
Expand Down Expand Up @@ -833,10 +829,6 @@ input::-moz-focus-inner {
.pull-11-tablet {
left: -91.66666667%;
}
.no-push-tablet,
.no-pull-tablet {
left: 0;
}
}
@media only screen and (min-width: 980px) {
.col-1-desktop,
Expand Down Expand Up @@ -958,10 +950,6 @@ input::-moz-focus-inner {
.pull-11-desktop {
left: -91.66666667%;
}
.no-push-desktop,
.no-pull-desktop {
left: 0;
}
}
@media only screen and (min-width: 1140px) {
.col-1-hd,
Expand Down Expand Up @@ -1083,10 +1071,6 @@ input::-moz-focus-inner {
.pull-11-hd {
left: -91.66666667%;
}
.no-push-hd,
.no-pull-hd {
left: 0;
}
}
.no-margin {
margin: 0;
Expand Down Expand Up @@ -1309,6 +1293,14 @@ input::-moz-focus-inner {
.text-justify-tablet {
text-align: justify;
}
.col-none-tablet {
width: auto;
float: none;
}
.no-push-tablet,
.no-pull-tablet {
left: 0;
}
}
@media only screen and (min-width: 980px) {
.no-float-desktop {
Expand Down Expand Up @@ -1344,6 +1336,14 @@ input::-moz-focus-inner {
.text-justify-desktop {
text-align: justify;
}
.col-none-desktop {
width: auto;
float: none;
}
.no-push-desktop,
.no-pull-desktop {
left: 0;
}
}
@media only screen and (min-width: 1140px) {
.no-float-hd {
Expand Down Expand Up @@ -1379,6 +1379,14 @@ input::-moz-focus-inner {
.text-justify-hd {
text-align: justify;
}
.col-none-hd {
width: auto;
float: none;
}
.no-push-hd,
.no-pull-hd {
left: 0;
}
}
@media print {
.no-float-print {
Expand Down Expand Up @@ -1414,6 +1422,14 @@ input::-moz-focus-inner {
.text-justify-print {
text-align: justify;
}
.col-none-print {
width: auto;
float: none;
}
.no-push-print,
.no-pull-print {
left: 0;
}
}
@-webkit-keyframes fadeIn {
0% {
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.6.1",
"version": "2.6.2",
"homepage": "http://getbase.org/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/less/base/_animations.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==========================================================================
// Animations – Selective animatiosn from Animate.css - http://daneden.me/animate
// Animations – Selective animations from Animate.css - http://daneden.me/animate
// ==========================================================================

// Fade In
Expand Down
12 changes: 0 additions & 12 deletions src/less/base/_grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@
}
}

// Mobile Push / Pull Reset
.no-push, .no-pull { left: 0; }

// Tablet Grid
@media only screen and (min-width: @breakpoint-tablet) {

Expand Down Expand Up @@ -177,9 +174,6 @@
left: -@index / 12 * 100%;
}
}

// Tablet Push / Pull Reset
.no-push-tablet, .no-pull-tablet { left: 0; }
}

// Desktop Grid
Expand Down Expand Up @@ -230,9 +224,6 @@
left: -@index / 12 * 100%;
}
}

// Desktop Push / Pull Reset
.no-push-desktop, .no-pull-desktop { left: 0; }
}

// HD Grid
Expand Down Expand Up @@ -283,7 +274,4 @@
left: -@index / 12 * 100%;
}
}

// HD Push / Pull Reset
.no-push-hd, .no-pull-hd { left: 0; }
}
27 changes: 27 additions & 0 deletions src/less/base/_helpers.less
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@
.text-center-tablet { text-align: center; }
.text-justify-tablet { text-align: justify; }

// Grid Resets
.col-none-tablet {
width: auto;
float: none;
}
.no-push-tablet, .no-pull-tablet { left: 0; }
}

// Desktop Helpers
Expand All @@ -190,6 +196,13 @@
.text-right-desktop { text-align: right; }
.text-center-desktop { text-align: center; }
.text-justify-desktop { text-align: justify; }

// Grid Resets
.col-none-desktop {
width: auto;
float: none;
}
.no-push-desktop, .no-pull-desktop { left: 0; }
}

// HD Helpers
Expand All @@ -211,6 +224,13 @@
.text-right-hd { text-align: right; }
.text-center-hd { text-align: center; }
.text-justify-hd { text-align: justify; }

// Grid Resets
.col-none-hd {
width: auto;
float: none;
}
.no-push-hd, .no-pull-hd { left: 0; }
}

// Print Helpers
Expand All @@ -232,4 +252,11 @@
.text-right-print { text-align: right; }
.text-center-print { text-align: center; }
.text-justify-print { text-align: justify; }

// Grid Resets
.col-none-print {
width: auto;
float: none;
}
.no-push-print, .no-pull-print { left: 0; }
}
2 changes: 1 addition & 1 deletion src/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.6.1 - Last Updated: October 23, 2015
// Version: 2.6.2 - Last Updated: November 08, 2015

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

Expand Down
2 changes: 1 addition & 1 deletion src/scss/base/_animations.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==========================================================================
// Animations – Selective animatiosn from Animate.css - http://daneden.me/animate
// Animations – Selective animations from Animate.css - http://daneden.me/animate
// ==========================================================================

// Fade In
Expand Down
12 changes: 0 additions & 12 deletions src/scss/base/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ $columns: 12;
}
}

// Mobile Push / Pull Reset
.no-push, .no-pull { left: 0; }

// Tablet Grid
@media only screen and (min-width: $breakpoint-tablet) {

Expand Down Expand Up @@ -173,9 +170,6 @@ $columns: 12;
left: -($i / $columns) * 100%;
}
}

// Tablet Push / Pull Reset
.no-push-tablet, .no-pull-tablet { left: 0; }
}

// Desktop Grid
Expand Down Expand Up @@ -221,9 +215,6 @@ $columns: 12;
left: -($i / $columns) * 100%;
}
}

// Desktop Push / Pull Reset
.no-push-desktop, .no-pull-desktop { left: 0; }
}

// HD Grid
Expand Down Expand Up @@ -269,7 +260,4 @@ $columns: 12;
left: -($i / $columns) * 100%;
}
}

// HD Push / Pull Reset
.no-push-hd, .no-pull-hd { left: 0; }
}
27 changes: 27 additions & 0 deletions src/scss/base/_helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@
.text-center-tablet { text-align: center; }
.text-justify-tablet { text-align: justify; }

// Grid Resets
.col-none-tablet {
width: auto;
float: none;
}
.no-push-tablet, .no-pull-tablet { left: 0; }
}

// Desktop Helpers
Expand All @@ -190,6 +196,13 @@
.text-right-desktop { text-align: right; }
.text-center-desktop { text-align: center; }
.text-justify-desktop { text-align: justify; }

// Grid Resets
.col-none-desktop {
width: auto;
float: none;
}
.no-push-desktop, .no-pull-desktop { left: 0; }
}

// HD Helpers
Expand All @@ -211,6 +224,13 @@
.text-right-hd { text-align: right; }
.text-center-hd { text-align: center; }
.text-justify-hd { text-align: justify; }

// Grid Resets
.col-none-hd {
width: auto;
float: none;
}
.no-push-hd, .no-pull-hd { left: 0; }
}

// Print Helpers
Expand All @@ -232,4 +252,11 @@
.text-right-print { text-align: right; }
.text-center-print { text-align: center; }
.text-justify-print { text-align: justify; }

// Grid Resets
.col-none-print {
width: auto;
float: none;
}
.no-push-print, .no-pull-print { left: 0; }
}
2 changes: 1 addition & 1 deletion src/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.6.1 - Last Updated: October 23, 2015
// Version: 2.6.2 - Last Updated: November 08, 2015

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

Expand Down
Loading

0 comments on commit 08bf1fe

Please sign in to comment.