What are the downsides of using bootstrap in plugin development?
Yes, there are clearly challenges to using such a public dependency as Bootstrap, especially in a public plugin: version conflicts; styling conflicts; script conflicts. To minimize possibility of conflict and breakage you would need to consider following extra steps: Importing just the necessary Bootstrap styles into your stylesheet and making them specific to only markup … Read more