@@ -130,10 +130,10 @@ icons library:
130130
131131``` html
132132<head >
133- <link type =" text/css" rel =" stylesheet" href =" //unpkg.com/bootstrap/dist/css/bootstrap.min.css" />
133+ <link type =" text/css" rel =" stylesheet" href =" //unpkg.com/bootstrap@{{ bootstrapVersion }} /dist/css/bootstrap.min.css" />
134134 <link type =" text/css" rel =" stylesheet" href =" //unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.css" />
135135 <!-- Load Vue followed by BootstrapVue, and BootstrapVueIcons -->
136- <script src =" //unpkg.com/vue@latest /dist/vue.min.js" ></script >
136+ <script src =" //unpkg.com/vue@{{ vueVersion }} /dist/vue.min.js" ></script >
137137 <script src =" //unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.js" ></script >
138138 <script src =" //unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue-icons.min.js" ></script >
139139</head >
@@ -143,10 +143,10 @@ If using just the icons:
143143
144144``` html
145145<head >
146- <link type =" text/css" rel =" stylesheet" href =" //unpkg.com/bootstrap/dist/css/bootstrap.min.css" />
146+ <link type =" text/css" rel =" stylesheet" href =" //unpkg.com/bootstrap@{{ bootstrapVersion }} /dist/css/bootstrap.min.css" />
147147 <link type =" text/css" rel =" stylesheet" href =" //unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue-icons.min.css" />
148148 <!-- Load Vue followed by BootstrapVueIcons -->
149- <script src =" //unpkg.com/vue@latest /dist/vue.min.js" ></script >
149+ <script src =" //unpkg.com/vue@{{ vueVersion }} /dist/vue.min.js" ></script >
150150 <script src =" //unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue-icons.min.js" ></script >
151151</head >
152152```
@@ -514,7 +514,7 @@ class to the icon component, or create a new animation class in the form of
514514 ` prefers-reduced-motion ` media query. See the
515515 [ reduced motion section of our accessibility documentation] ( /docs/reference/accessibility#reduced-motion )
516516 for additional details.
517- - The ` cylon ` animation gets its name from the "eye" of the Cylons from the _ original _
517+ - The ` cylon ` animation gets its name from the "eye" of the Cylons from the * original *
518518 [ 1978 Battlestar Galactica TV series] ( https://www.youtube.com/watch?v=5a5bEIf0UaU ) .
519519
520520## Stacking icons
0 commit comments