Skip to content

Commit

Permalink
Updates dependencies, version bump, updates dist files.
Browse files Browse the repository at this point in the history
  • Loading branch information
AMJones committed Dec 8, 2017
1 parent a42a894 commit de99ba9
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"css"
],
"homepage": "https://www.github.com/strapless/card",
"version": "1.0.4",
"version": "1.0.5",
"authors": [
{
"name": "Aaron M Jones",
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 8 additions & 9 deletions dist/css/card.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* StrapLess Card v1.0.4 (http://github.com/strapless/card)
* StrapLess Card v1.0.5 (http://github.com/strapless/card)
* Influenced by Bootstrap v4.0 (http://getbootstrap.com)
* Licensed under MIT (https://github.com/strapless/card/blob/master/LICENSE)
*/
Expand Down Expand Up @@ -250,23 +250,22 @@
display: -ms-flexbox;
display: flex;
flex-flow: row wrap;
margin-right: -1rem;
margin-left: -1rem;
}
.card-deck .card {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0;
flex: 1 0 0;
-webkit-flex: 1 0 0%;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.card-deck .card:not(:first-child) {
margin-left: 1rem;
}
.card-deck .card:not(:last-child) {
margin-right: 1rem;
margin-bottom: 0;
margin-left: 1rem;
}
.card-group {
display: -webkit-flex;
Expand Down
4 changes: 2 additions & 2 deletions dist/css/card.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scss/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

@if $enable-framework == false {
/*!
* StrapLess Card v1.0.4 (http://github.com/strapless/card)
* StrapLess Card v1.0.5 (http://github.com/strapless/card)
* Influenced by Bootstrap v4.0 (http://getbootstrap.com)
* Licensed under MIT (https://github.com/strapless/card/blob/master/LICENSE)
*/
Expand Down

0 comments on commit de99ba9

Please sign in to comment.