@@ -41,55 +41,7 @@ $blue: $wizard-blue;
41
41
$enable-shadows : true;
42
42
$enable-rounded : true;
43
43
44
- // Core variables and mixins
45
- @import ' ../../node_modules/bootstrap/scss/variables' ;
46
- @import ' ../../node_modules/bootstrap/scss/mixins' ;
47
- @import ' ../../node_modules/bootstrap/scss/custom' ;
48
-
49
- // Reset and dependencies
50
- @import ' ../../node_modules/bootstrap/scss/normalize' ;
51
- @import ' ../../node_modules/bootstrap/scss/print' ;
52
-
53
- // Core CSS
54
- @import ' ../../node_modules/bootstrap/scss/reboot' ;
55
- @import ' ../../node_modules/bootstrap/scss/type' ;
56
- @import ' ../../node_modules/bootstrap/scss/images' ;
57
- @import ' ../../node_modules/bootstrap/scss/code' ;
58
- @import ' ../../node_modules/bootstrap/scss/grid' ;
59
- @import ' ../../node_modules/bootstrap/scss/tables' ;
60
- @import ' ../../node_modules/bootstrap/scss/forms' ;
61
- @import ' ../../node_modules/bootstrap/scss/buttons' ;
62
-
63
- // Components
64
- @import ' ../../node_modules/bootstrap/scss/transitions' ;
65
- @import ' ../../node_modules/bootstrap/scss/dropdown' ;
66
- @import ' ../../node_modules/bootstrap/scss/button-group' ;
67
- @import ' ../../node_modules/bootstrap/scss/input-group' ;
68
- @import ' ../../node_modules/bootstrap/scss/custom-forms' ;
69
- @import ' ../../node_modules/bootstrap/scss/nav' ;
70
- @import ' ../../node_modules/bootstrap/scss/navbar' ;
71
- @import ' ../../node_modules/bootstrap/scss/card' ;
72
- @import ' ../../node_modules/bootstrap/scss/breadcrumb' ;
73
- @import ' ../../node_modules/bootstrap/scss/pagination' ;
74
- @import ' ../../node_modules/bootstrap/scss/badge' ;
75
- @import ' ../../node_modules/bootstrap/scss/jumbotron' ;
76
- @import ' ../../node_modules/bootstrap/scss/alert' ;
77
- @import ' ../../node_modules/bootstrap/scss/progress' ;
78
- @import ' ../../node_modules/bootstrap/scss/media' ;
79
- @import ' ../../node_modules/bootstrap/scss/list-group' ;
80
- @import ' ../../node_modules/bootstrap/scss/responsive-embed' ;
81
- @import ' ../../node_modules/bootstrap/scss/close' ;
82
-
83
- // Components w/ JavaScript
84
- @import ' ../../node_modules/bootstrap/scss/modal' ;
85
- @import ' ../../node_modules/bootstrap/scss/tooltip' ;
86
- @import ' ../../node_modules/bootstrap/scss/popover' ;
87
- @import ' ../../node_modules/bootstrap/scss/carousel' ;
88
-
89
- // Utility classes
90
- @import ' ../../node_modules/bootstrap/scss/utilities' ;
91
-
92
- @import ' ../../node_modules/select2/src/scss/core.scss' ;
44
+ @import " ../../node_modules/bootstrap/scss/bootstrap" ;
93
45
94
46
// NOTE: From the sass docs:
95
47
// "... not possible to dynamically import a Sass file based on a variable"
@@ -171,7 +123,7 @@ ul.check {
171
123
width : 1em ;
172
124
height : 1em ;
173
125
margin-right : 1em ;
174
- background-image : url (" data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='16' viewBox='0 0 12 16'><path fill-rule='evenodd' fill='#{$brand- success } ' d='M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z'/></svg>" );
126
+ background-image : url (" data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='16' viewBox='0 0 12 16'><path fill-rule='evenodd' fill='#{$success } ' d='M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z'/></svg>" );
175
127
background-position : center ;
176
128
background-repeat : no-repeat ;
177
129
background-size : 100% ;
0 commit comments