File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -36,4 +36,6 @@ export default {
36
36
<style lang="scss">
37
37
// Import Main styles for this application
38
38
@import ' styles/style' ;
39
+ // We use those styles to show code examples, you should remove them in your application.
40
+ @import ' styles/examples' ;
39
41
</style >
Original file line number Diff line number Diff line change 1
1
/* stylelint-disable declaration-no-important, scss/selector-no-redundant-nesting-selector */
2
- $enable-deprecation-messages : false; /* stylelint-disable-line scss/dollar-variable-default */
2
+
3
+ $enable-deprecation-messages : false !default ;
3
4
4
5
@import " @coreui/coreui/scss/functions" ;
5
6
@import " @coreui/coreui/scss/variables" ;
@@ -53,6 +54,8 @@ $enable-deprecation-messages: false; /* stylelint-disable-line scss/dollar-varia
53
54
}
54
55
55
56
// Buttons
57
+ .col > .btn ,
58
+ .col-auto > .btn ,
56
59
> .btn ,
57
60
> .btn-group {
58
61
margin : .25rem .125rem ;
@@ -113,4 +116,4 @@ $enable-deprecation-messages: false; /* stylelint-disable-line scss/dollar-varia
113
116
background-color : var (--#{$prefix}secondary-bg ) !important ;
114
117
}
115
118
}
116
- }
119
+ }
You can’t perform that action at this time.
0 commit comments