-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
Documentation issue
- Reporting a typo
- Reporting a documentation bug
- Documentation improvement
- Documentation feedback
Is there a specific documentation page you are reporting?
https://bootstrap-vue.org/docs#using-module-bundlers
Additional context or description
In the alternative way to import Bootstrap and BootstrapVue scss, it's written to import:
@import 'node_modules/bootstrap/scss/bootstrap';
The file to import is bootstrap.scss, bootstrap doesn't exist. This mistake has also been done in the "Parcel" prepending part.