-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Following the directions here (https://bootstrap-vue.org/docs), I followed this step as documented:
Finally import the custom.scss file in your app entry point:
But I got an error because custom.scss didn't exist. This is because of the previous two paragraphs:
And import Bootstrap and BootstrapVue css files:
(stuff)
Or import Bootstrap and BootstrapVue scss files via a single custom SCSS file:
(stuff)
The "Finally" only applies if you follow the second paragraph, however it doesn't clearly state that. I thought it was the final step in general, not the second part of the "OR" above. This is especially confusing because the text doesn't say custom.scss, the code block does, and I skipped over the code block because I wasn't doing that OR.