Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petrbroz/forge-bootstrap-theme
Autodesk Forge theme for Bootstrap 4.
https://github.com/petrbroz/forge-bootstrap-theme
autodesk bootstrap forge theme
Last synced: about 1 month ago
JSON representation
Autodesk Forge theme for Bootstrap 4.
- Host: GitHub
- URL: https://github.com/petrbroz/forge-bootstrap-theme
- Owner: petrbroz
- Created: 2019-03-05T08:23:41.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-28T10:12:24.000Z (over 1 year ago)
- Last Synced: 2024-10-05T02:30:32.661Z (about 2 months ago)
- Topics: autodesk, bootstrap, forge, theme
- Language: SCSS
- Homepage: https://petrbroz.github.io/forge-bootstrap-theme
- Size: 729 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# forge-bootstrap-theme
[Autodesk Forge](https://forge.autodesk.com) theme for Bootstrap 4.
## Live Preview
- https://petrbroz.github.io/forge-bootstrap-theme?var=dark&min=true
- https://petrbroz.github.io/forge-bootstrap-theme?var=dark&min=false
- https://petrbroz.github.io/forge-bootstrap-theme?var=light&min=true
- https://petrbroz.github.io/forge-bootstrap-theme?var=light&min=false## Usage
Replace the Bootstrap CSS in your webpage with one of the following options:
- light variant: ``
- light variant (minified): ``
- dark variant: ``
- dark variant (minified): ``Make sure that the rest of the Bootstrap dependencies are still loaded towards the end of the document:
```
```