File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ Icon components were added in BootstrapVue release `v2.2.0`.
1515 <p class =" mb-0 " >
1616 <strong>Note:</strong>
1717 <a href="https://icons.getbootstrap.com/" target="_blank" rel="noopener">Bootstrap's Icon</a> SVGs
18- are currently in the alpha release stage, and may be subject to change. Icons use BootstrapVue's
19- custom CSS for additional styling compensation due to Bootstrap Icons' <code><svg></code>
20- current vertical alignment issues. This may change in future releases of BootstrapVue.
18+ are currently in the <b>alpha release stage</b>, and may be subject to sweeping changes. Icons use
19+ BootstrapVue's custom CSS for additional styling compensation due to Bootstrap Icons'
20+ <code><svg></code> current vertical alignment issues. This may change in future releases of
21+ BootstrapVue.
2122 </p >
2223</div >
2324
@@ -119,7 +120,8 @@ Vue.use(BootstrapVueIcons)
119120```
120121
121122BootstrapVue icons SCSS/CSS does not depend on any Bootstrap SASS variables, mixins, functions or
122- CSS classes. Please note that the icons CSS is _ also_ included in the main BootstrapVue SCSS/CSS
123+ CSS classes (other than the Bootstrap ` text-{variant} ` variant utility classes, if using the
124+ ` variant ` prop). Please note that the icons CSS is _ also_ included in the main BootstrapVue SCSS/CSS
123125files.
124126
125127### Browser
You can’t perform that action at this time.
0 commit comments