Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toert/isolated-bootstrap

Use Bootstrap without any conflicts.
https://github.com/toert/isolated-bootstrap

bootstrap bootstrap3 bootstrap4 css

Last synced: about 19 hours ago
JSON representation

Use Bootstrap without any conflicts.

Awesome Lists containing this project

README

        

# Isolated Bootstrap
If you decided to use Bootstrap in several places of your site but including Bootstrap CSS rewrites your styles in other places you should use these CSS files to isolate Bootstrap CSS.

## Usage

1. Replace the normal Bootstrap link with one of these in the head of a HTML page.

For Bootstrap 3:
```html

```
For Bootstrap 4:
```html

```
2. Create `div` element with `class="bootstrap"` where you want to use Bootstrap styles.
3. It's ready to use:
```html



```