We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813ba8a commit fc8c35bCopy full SHA for fc8c35b
docs/markdown/intro/README.md
@@ -151,7 +151,7 @@ import 'bootstrap-vue/dist/bootstrap-vue.css'
151
152
```scss
153
// custom.scss
154
-@import 'node_modules/bootstrap/scss/bootstrap';
+@import 'node_modules/bootstrap/scss/bootstrap.scss';
155
@import 'node_modules/bootstrap-vue/src/index.scss';
156
```
157
@@ -181,7 +181,7 @@ a `scss` file:
181
182
183
// Parcel example
184
-@import '~bootstrap/scss/bootstrap';
+@import '~bootstrap/scss/bootstrap.scss';
185
@import '~bootstrap-vue/src/index.scss';
186
187
0 commit comments