Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toert/isolated-bootstrap
Use Bootstrap without any conflicts.
https://github.com/toert/isolated-bootstrap
bootstrap bootstrap3 bootstrap4 css
Last synced: about 1 month ago
JSON representation
Use Bootstrap without any conflicts.
- Host: GitHub
- URL: https://github.com/toert/isolated-bootstrap
- Owner: toert
- License: mit
- Created: 2017-08-13T10:37:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T06:12:38.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T15:43:01.228Z (about 2 months ago)
- Topics: bootstrap, bootstrap3, bootstrap4, css
- Language: CSS
- Size: 222 KB
- Stars: 62
- Watchers: 10
- Forks: 30
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```