Skip to content

Commit 07b7fbc

Browse files
committed
Rollback
1 parent 03e131b commit 07b7fbc

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

awesome-bootstrap-checkbox.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ $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-
}
1611

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

package.json

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

0 commit comments

Comments
 (0)