Skip to content

Commit 473412e

Browse files
committed
Bump to version 6.0.2
1 parent c5fe6c9 commit 473412e

File tree

11 files changed

+88
-152
lines changed

11 files changed

+88
-152
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundation-sites",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"main": [
55
"scss/foundation.scss",
66
"js/foundation.js"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zurb/foundation-sites",
33
"description": "The most advanced responsive front-end framework in the world.",
4-
"version": "6.0.1",
4+
"version": "6.0.2",
55
"keywords": [
66
"css",
77
"scss",

dist/foundation.css

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,10 @@ button {
465465
padding-right: 0.9375rem; }
466466
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
467467
float: right; }
468-
.column.end, .end.columns {
468+
.column.end:last-child, .end.columns:last-child {
469469
float: left; }
470470

471-
.column.row, .row.columns {
471+
.column.row.row, .row.row.columns {
472472
float: none; }
473473

474474
.small-1 {
@@ -638,6 +638,8 @@ button {
638638
clear: none; }
639639
.small-up-1 .column:nth-of-type(1n+1), .small-up-1 .columns:nth-of-type(1n+1) {
640640
clear: both; }
641+
.small-up-1 .column:last-child, .small-up-1 .columns:last-child {
642+
float: left; }
641643

642644
.small-up-2 .column, .small-up-2 .columns {
643645
width: 50%;
@@ -646,6 +648,8 @@ button {
646648
clear: none; }
647649
.small-up-2 .column:nth-of-type(2n+1), .small-up-2 .columns:nth-of-type(2n+1) {
648650
clear: both; }
651+
.small-up-2 .column:last-child, .small-up-2 .columns:last-child {
652+
float: left; }
649653

650654
.small-up-3 .column, .small-up-3 .columns {
651655
width: 33.33333%;
@@ -654,6 +658,8 @@ button {
654658
clear: none; }
655659
.small-up-3 .column:nth-of-type(3n+1), .small-up-3 .columns:nth-of-type(3n+1) {
656660
clear: both; }
661+
.small-up-3 .column:last-child, .small-up-3 .columns:last-child {
662+
float: left; }
657663

658664
.small-up-4 .column, .small-up-4 .columns {
659665
width: 25%;
@@ -662,6 +668,8 @@ button {
662668
clear: none; }
663669
.small-up-4 .column:nth-of-type(4n+1), .small-up-4 .columns:nth-of-type(4n+1) {
664670
clear: both; }
671+
.small-up-4 .column:last-child, .small-up-4 .columns:last-child {
672+
float: left; }
665673

666674
.small-up-5 .column, .small-up-5 .columns {
667675
width: 20%;
@@ -670,6 +678,8 @@ button {
670678
clear: none; }
671679
.small-up-5 .column:nth-of-type(5n+1), .small-up-5 .columns:nth-of-type(5n+1) {
672680
clear: both; }
681+
.small-up-5 .column:last-child, .small-up-5 .columns:last-child {
682+
float: left; }
673683

674684
.small-up-6 .column, .small-up-6 .columns {
675685
width: 16.66667%;
@@ -678,6 +688,8 @@ button {
678688
clear: none; }
679689
.small-up-6 .column:nth-of-type(6n+1), .small-up-6 .columns:nth-of-type(6n+1) {
680690
clear: both; }
691+
.small-up-6 .column:last-child, .small-up-6 .columns:last-child {
692+
float: left; }
681693

682694
.column.small-centered, .small-centered.columns {
683695
float: none;
@@ -813,41 +825,53 @@ button {
813825
clear: none; }
814826
.medium-up-1 .column:nth-of-type(1n+1), .medium-up-1 .columns:nth-of-type(1n+1) {
815827
clear: both; }
828+
.medium-up-1 .column:last-child, .medium-up-1 .columns:last-child {
829+
float: left; }
816830
.medium-up-2 .column, .medium-up-2 .columns {
817831
width: 50%;
818832
float: left; }
819833
.medium-up-2 .column:nth-of-type(1n), .medium-up-2 .columns:nth-of-type(1n) {
820834
clear: none; }
821835
.medium-up-2 .column:nth-of-type(2n+1), .medium-up-2 .columns:nth-of-type(2n+1) {
822836
clear: both; }
837+
.medium-up-2 .column:last-child, .medium-up-2 .columns:last-child {
838+
float: left; }
823839
.medium-up-3 .column, .medium-up-3 .columns {
824840
width: 33.33333%;
825841
float: left; }
826842
.medium-up-3 .column:nth-of-type(1n), .medium-up-3 .columns:nth-of-type(1n) {
827843
clear: none; }
828844
.medium-up-3 .column:nth-of-type(3n+1), .medium-up-3 .columns:nth-of-type(3n+1) {
829845
clear: both; }
846+
.medium-up-3 .column:last-child, .medium-up-3 .columns:last-child {
847+
float: left; }
830848
.medium-up-4 .column, .medium-up-4 .columns {
831849
width: 25%;
832850
float: left; }
833851
.medium-up-4 .column:nth-of-type(1n), .medium-up-4 .columns:nth-of-type(1n) {
834852
clear: none; }
835853
.medium-up-4 .column:nth-of-type(4n+1), .medium-up-4 .columns:nth-of-type(4n+1) {
836854
clear: both; }
855+
.medium-up-4 .column:last-child, .medium-up-4 .columns:last-child {
856+
float: left; }
837857
.medium-up-5 .column, .medium-up-5 .columns {
838858
width: 20%;
839859
float: left; }
840860
.medium-up-5 .column:nth-of-type(1n), .medium-up-5 .columns:nth-of-type(1n) {
841861
clear: none; }
842862
.medium-up-5 .column:nth-of-type(5n+1), .medium-up-5 .columns:nth-of-type(5n+1) {
843863
clear: both; }
864+
.medium-up-5 .column:last-child, .medium-up-5 .columns:last-child {
865+
float: left; }
844866
.medium-up-6 .column, .medium-up-6 .columns {
845867
width: 16.66667%;
846868
float: left; }
847869
.medium-up-6 .column:nth-of-type(1n), .medium-up-6 .columns:nth-of-type(1n) {
848870
clear: none; }
849871
.medium-up-6 .column:nth-of-type(6n+1), .medium-up-6 .columns:nth-of-type(6n+1) {
850872
clear: both; }
873+
.medium-up-6 .column:last-child, .medium-up-6 .columns:last-child {
874+
float: left; }
851875
.column.medium-centered, .medium-centered.columns {
852876
float: none;
853877
margin-left: auto;
@@ -981,41 +1005,53 @@ button {
9811005
clear: none; }
9821006
.large-up-1 .column:nth-of-type(1n+1), .large-up-1 .columns:nth-of-type(1n+1) {
9831007
clear: both; }
1008+
.large-up-1 .column:last-child, .large-up-1 .columns:last-child {
1009+
float: left; }
9841010
.large-up-2 .column, .large-up-2 .columns {
9851011
width: 50%;
9861012
float: left; }
9871013
.large-up-2 .column:nth-of-type(1n), .large-up-2 .columns:nth-of-type(1n) {
9881014
clear: none; }
9891015
.large-up-2 .column:nth-of-type(2n+1), .large-up-2 .columns:nth-of-type(2n+1) {
9901016
clear: both; }
1017+
.large-up-2 .column:last-child, .large-up-2 .columns:last-child {
1018+
float: left; }
9911019
.large-up-3 .column, .large-up-3 .columns {
9921020
width: 33.33333%;
9931021
float: left; }
9941022
.large-up-3 .column:nth-of-type(1n), .large-up-3 .columns:nth-of-type(1n) {
9951023
clear: none; }
9961024
.large-up-3 .column:nth-of-type(3n+1), .large-up-3 .columns:nth-of-type(3n+1) {
9971025
clear: both; }
1026+
.large-up-3 .column:last-child, .large-up-3 .columns:last-child {
1027+
float: left; }
9981028
.large-up-4 .column, .large-up-4 .columns {
9991029
width: 25%;
10001030
float: left; }
10011031
.large-up-4 .column:nth-of-type(1n), .large-up-4 .columns:nth-of-type(1n) {
10021032
clear: none; }
10031033
.large-up-4 .column:nth-of-type(4n+1), .large-up-4 .columns:nth-of-type(4n+1) {
10041034
clear: both; }
1035+
.large-up-4 .column:last-child, .large-up-4 .columns:last-child {
1036+
float: left; }
10051037
.large-up-5 .column, .large-up-5 .columns {
10061038
width: 20%;
10071039
float: left; }
10081040
.large-up-5 .column:nth-of-type(1n), .large-up-5 .columns:nth-of-type(1n) {
10091041
clear: none; }
10101042
.large-up-5 .column:nth-of-type(5n+1), .large-up-5 .columns:nth-of-type(5n+1) {
10111043
clear: both; }
1044+
.large-up-5 .column:last-child, .large-up-5 .columns:last-child {
1045+
float: left; }
10121046
.large-up-6 .column, .large-up-6 .columns {
10131047
width: 16.66667%;
10141048
float: left; }
10151049
.large-up-6 .column:nth-of-type(1n), .large-up-6 .columns:nth-of-type(1n) {
10161050
clear: none; }
10171051
.large-up-6 .column:nth-of-type(6n+1), .large-up-6 .columns:nth-of-type(6n+1) {
10181052
clear: both; }
1053+
.large-up-6 .column:last-child, .large-up-6 .columns:last-child {
1054+
float: left; }
10191055
.column.large-centered, .large-centered.columns {
10201056
float: none;
10211057
margin-left: auto;
@@ -1636,7 +1672,7 @@ select {
16361672
.hide-for-small-only {
16371673
display: none !important; } }
16381674

1639-
@media screen and (max-width: -0.0625em), screen and (min-width: 40em) {
1675+
@media screen and (max-width: 0em), screen and (min-width: 40em) {
16401676
.show-for-small-only {
16411677
display: none !important; } }
16421678

0 commit comments

Comments
 (0)