Codepen (project) and Bootstrap customization

I am trying to build a Personal Portfolio Webpage using the example from last week email feed but on CodePen Project.
Here is a link to my project: CodePen Project
I run into the trouble of not being able to change variables of bootstrap, like for example $primary color.
I can assume it is due to not importing them into the project. And I do not know how to do that.
When I try to include it using an example from the official bootstrap documentation I receive this error.
Error: Can’t find stylesheet to import. ╷ 11 │ @import “…/node_modules/bootstrap/scss/bootstrap”; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ /scss/_custom.scss 11:9 @use /scss/style.scss 1:1 root stylesheet
What do I need to do to be able to style bootstrap to my needs on CodePen?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.