Skip to content

Commit fa30bf3

Browse files
author
AMJones
committed
Updates dependencies.
1 parent 3238f42 commit fa30bf3

File tree

6 files changed

+104
-9
lines changed

6 files changed

+104
-9
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
composer.phar
2+
/vendor/
3+
!/composer.lock

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"css"
1212
],
1313
"homepage": "https://www.github.com/strapless/card",
14-
"version": "1.0.2",
14+
"version": "1.0.4",
1515
"authors": [
1616
{
1717
"name": "Aaron M Jones",
@@ -20,7 +20,7 @@
2020
],
2121
"license": "MIT",
2222
"require": {
23-
"strapless/base": "^1.0",
24-
"strapless/colors": "^1.0"
23+
"strapless/base": "^1.1.5",
24+
"strapless/colors": "^1.0.5"
2525
}
2626
}

composer.lock

Lines changed: 91 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/card.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* StrapLess Card v1.0.1 (http://github.com/strapless/card)
2+
* StrapLess Card v1.0.4 (http://github.com/strapless/card)
33
* Influenced by Bootstrap v4.0 (http://getbootstrap.com)
44
* Licensed under MIT (https://github.com/strapless/card/blob/master/LICENSE)
55
*/
@@ -376,6 +376,7 @@
376376
.card-accordion > .card-default .card-header {
377377
border: 0 solid rgba(89, 89, 89, 0.125);
378378
border-top-width: 1px;
379+
border-bottom-width: 1px;
379380
border-radius: 0;
380381
}
381382

dist/css/card.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/_card.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
@if $enable-framework == false {
55
/*!
6-
* StrapLess Card v1.0.2 (http://github.com/strapless/card)
6+
* StrapLess Card v1.0.4 (http://github.com/strapless/card)
77
* Influenced by Bootstrap v4.0 (http://getbootstrap.com)
88
* Licensed under MIT (https://github.com/strapless/card/blob/master/LICENSE)
99
*/
@@ -231,7 +231,7 @@
231231
font-size: 1.15rem;
232232
text-transform: none;
233233
}
234-
@if component("icons") {
234+
@if component("icons") and mixin-exists(card-panel-icons) {
235235
@include card-panel-icons($card-spacer-x);
236236
}
237237
@if component("buttons") {
@@ -306,6 +306,6 @@
306306
}
307307
}
308308

309-
@if component("icons") {
309+
@if component("icons") and mixin-exists(card-accordion-indicator) {
310310
@include card-accordion-indicator($card-accordion-indicator, $card-accordion-indicator-size, $card-spacer-x);
311311
}

0 commit comments

Comments
 (0)