Skip to content

Commit f5a2fba

Browse files
tmorehousejacobmllr95
authored andcommitted
chore(docs): minor updates to the icons docs (#4567)
* chore(docs): minor updates to the icons docs * Update README.md
1 parent df465aa commit f5a2fba

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/icons/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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>&lt;svg&gt;</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>&lt;svg&gt;</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

121122
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
123125
files.
124126

125127
### Browser

0 commit comments

Comments
 (0)