How do I correctly import Bootstrap inside a react-ts project opened with Vite? What are the correct commands?
I had this error in the browser after importing the bootstrap in my App.tsx:
The custom.css file looks like this:
$theme-colors: (
"primary": #407BFF
);
$body-bg: #E5E5E5;
$body-color: #263238;
@import '~bootstrap/scss/bootstrap.scss';