0

I am trying to import bootstrap css file from node_modules but it is not importing whereas I am able to import the scss file.

Below import is not working.

import bs from "bootstrap/dist/css/bootstrap.css";

Below import is working.

import bs from "bootstrap/sss/bootstrap.scss";

Can anyone please find that what is the issue?

1 Answer 1

2

You just need the import like this import 'bootstrap/dist/css/bootstrap.min.css';

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.