Skip to content

Commit bbcc5ff

Browse files
committed
update versions
1 parent 07b7fbc commit bbcc5ff

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

awesome-bootstrap-checkbox.scss

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ $font-family-icon: 'FontAwesome' !default;
88
$fa-var-check: "\f00c" !default;
99
$check-icon: $fa-var-check !default;
1010
$abc-border-width: 5px !default;
11+
$form-check-input-gutter: 1.25rem !default;
12+
13+
@function theme-color($key: "primary") {
14+
@return map-get($theme-colors, $key);
15+
}
16+
1117

1218
@mixin checkbox-variant($parent, $color) {
1319
#{$parent} input[type="checkbox"]:checked + label,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"bower.json"
2929
],
3030
"devDependencies": {
31-
"bootstrap": "^4.3.1",
31+
"bootstrap": "^5.1.0",
3232
"font-awesome": "4.7.0"
3333
}
3434
}

0 commit comments

Comments
 (0)