+ 2
Depending on the version, you should only include the .css file and the dependencies in JS that you need Example <link rel="stylesheet" href ="path/to/bootstrap.min.css"> <script src="path/to/bootstrap.min.js"> </script>
10th Feb 2018, 1:08 AM
Mickel
Mickel - avatar