Automatic processor to create Isolated Bootstrap CSS, that does not conflict with any other Integrations.
New: bootstrap-isolated.css
https://scysys.github.io/Bootstrap-Isolated/4.3.1/css/bootstrap-isolated.css
New: bootstrap-grid-isolated.css
https://scysys.github.io/Bootstrap-Isolated/4.3.1/css/bootstrap-grid-isolated.css
New: bootstrap-reboot-isolated.css
https://scysys.github.io/Bootstrap-Isolated/4.3.1/css/bootstrap-reboot-isolated.css
<div class="bootstrap-isolated">
<!-- My Bootstrap based section -->
</div>
- Clone this repository
- Copy all original Bootstrap CSS files under "bootstrap-processor/css/"
- Open your terminal and follow the instructions below
cd bootstrap-processor
chmod +x compile.sh
./compile.sh
One-liner
cd bootstrap-processor;chmod +x compile.sh;./compile.sh
After that you find you isolated Bootstrap CSS under "bootstrap-processor/isolated/"
Create your own isolated bootstrap or wait until i add an newer bootstrap version to this repository.