I have installed Install-Package bootstrap.sass in ASP .net core 3.1.
It has installed bootstrap.js and scss folder. But how to compile the bootrap.scss and use that in the _Layout?
I tried to import the bootstrap from scss but it gives me the error as:![enter image description here]()
The NuGet has installed the following file:
![enter image description here]()