Skip to content

Commit fc8c35b

Browse files
authored
chore(docs): correct Bootstrap SCSS imports (#5923)
1 parent 813ba8a commit fc8c35b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/markdown/intro/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ import 'bootstrap-vue/dist/bootstrap-vue.css'
151151

152152
```scss
153153
// custom.scss
154-
@import 'node_modules/bootstrap/scss/bootstrap';
154+
@import 'node_modules/bootstrap/scss/bootstrap.scss';
155155
@import 'node_modules/bootstrap-vue/src/index.scss';
156156
```
157157

@@ -181,7 +181,7 @@ a `scss` file:
181181

182182
```scss
183183
// Parcel example
184-
@import '~bootstrap/scss/bootstrap';
184+
@import '~bootstrap/scss/bootstrap.scss';
185185
@import '~bootstrap-vue/src/index.scss';
186186
```
187187

0 commit comments

Comments
 (0)