Do you know what dependencies does bootstrap require for it to work properly?
Answer Posted / Sapna Singh
To make Bootstrap function correctly, you will need to include the following dependencies: HTML, CSS (either from a compiled .css file or via LESS/SASS preprocessors), and JavaScript (optional if you are not using any interactive components). For production use, it is recommended to minify these files for better performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers