I'm making a Wordpress Shortcode and I'd like to use bootstrap only in that section of the page.
<div id="shortcode-container">
<!-- Bootstrap active here -->
</div>
I was thinking of prefixing all bootstrap class, but what would be the best way of doing it? I was trying by modifying the bootstrap files but it doesn't seem the best way of doing it.
I have tried this answer but I don't get how to use LESS with bootstrap. How to namespace Twitter Bootstrap so styles don't conflict