Skip to content

Commit

Permalink
bump to version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leejordan committed Jun 22, 2018
1 parent fd51625 commit 42da6c3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reflex-grid",
"version": "2.0.2",
"version": "2.0.3",
"homepage": "https://github.com/leejordan/reflex/docs/",
"authors": [
"Lee Jordan <[email protected]>"
Expand Down
22 changes: 11 additions & 11 deletions docs/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
white-space: normal;
}

[class^="col-"] {
[class*="col-"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
Expand All @@ -91,7 +91,7 @@
zoom: 1;
}

[class^="col-"]::before, [class^="col-"]::after {
[class*="col-"]::before, [class*="col-"]::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
Expand All @@ -100,7 +100,7 @@
white-space: normal;
}

[class^="col-"] .grid {
[class*="col-"] .grid {
-ms-flex: 1 1 auto;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
Expand Down Expand Up @@ -1214,7 +1214,7 @@
flex-wrap: nowrap;
}

.no-wrap [class^="col-"] {
.no-wrap [class*="col-"] {
-ms-flex-negative: 1;
-webkit-flex-shrink: 1;
flex-shrink: 1;
Expand Down Expand Up @@ -1262,7 +1262,7 @@
align-items: flex-end;
}

.align-end [class^="col-"] {
.align-end [class*="col-"] {
vertical-align: bottom;
}

Expand All @@ -1272,7 +1272,7 @@
align-items: center;
}

.align-center [class^="col-"] {
.align-center [class*="col-"] {
vertical-align: middle;
}

Expand All @@ -1294,7 +1294,7 @@
align-content: flex-end;
}

.align-content-end [class^="col-"] {
.align-content-end [class*="col-"] {
vertical-align: bottom;
}

Expand Down Expand Up @@ -1371,7 +1371,7 @@
text-align-last: right;
}

.justify-end.grid [class^="col-"] {
.justify-end.grid [class*="col-"] {
text-align: left;
text-align: start;
-moz-text-align-last: left;
Expand All @@ -1392,7 +1392,7 @@
text-align-last: center;
}

.justify-center.grid [class^="col-"] {
.justify-center.grid [class*="col-"] {
text-align: left;
text-align: start;
-moz-text-align-last: left;
Expand All @@ -1413,7 +1413,7 @@
text-align-last: justify;
}

.justify-space-between.grid [class^="col-"] {
.justify-space-between.grid [class*="col-"] {
text-align: left;
text-align: start;
-moz-text-align-last: left;
Expand All @@ -1434,7 +1434,7 @@
text-align-last: justify;
}

.justify-space-around.grid [class^="col-"] {
.justify-space-around.grid [class*="col-"] {
text-align: left;
text-align: start;
-moz-text-align-last: left;
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": "reflex-grid",
"version": "2.0.2",
"version": "2.0.3",
"description": "responsive flexbox grid with inline-block legacy support",
"main": "css/reflex.css",
"directories": {
Expand Down

0 comments on commit 42da6c3

Please sign in to comment.