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 {
3636<style lang="scss">
3737// Import Main styles for this application
3838@import ' styles/style' ;
39+ // We use those styles to show code examples, you should remove them in your application.
40+ @import ' styles/examples' ;
3941 </style >
Original file line number Diff line number Diff line change 11/* 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 ;
34
45@import " @coreui/coreui/scss/functions" ;
56@import " @coreui/coreui/scss/variables" ;
@@ -53,6 +54,8 @@ $enable-deprecation-messages: false; /* stylelint-disable-line scss/dollar-varia
5354 }
5455
5556 // Buttons
57+ .col > .btn ,
58+ .col-auto > .btn ,
5659 > .btn ,
5760 > .btn-group {
5861 margin : .25rem .125rem ;
@@ -113,4 +116,4 @@ $enable-deprecation-messages: false; /* stylelint-disable-line scss/dollar-varia
113116 background-color : var (--#{$prefix}secondary-bg ) !important ;
114117 }
115118 }
116- }
119+ }
You can’t perform that action at this time.
0 commit comments