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`.
15
15
<p class =" mb-0 " >
16
16
<strong>Note:</strong>
17
17
<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.
21
22
</p >
22
23
</div >
23
24
@@ -119,7 +120,8 @@ Vue.use(BootstrapVueIcons)
119
120
```
120
121
121
122
BootstrapVue 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
123
125
files.
124
126
125
127
### Browser
You can’t perform that action at this time.
0 commit comments