https://github.com/hc0208/bootstrap-modern
🎨 A modern theme for bootstrap4
https://github.com/hc0208/bootstrap-modern
bootstrap bootstrap4 css
Last synced: 3 months ago
JSON representation
🎨 A modern theme for bootstrap4
- Host: GitHub
- URL: https://github.com/hc0208/bootstrap-modern
- Owner: hc0208
- License: mit
- Created: 2018-02-06T16:26:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T10:18:32.000Z (over 8 years ago)
- Last Synced: 2025-10-02T05:27:45.131Z (9 months ago)
- Topics: bootstrap, bootstrap4, css
- Language: CSS
- Homepage: https://hc0208.github.io/bootstrap-modern/
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap Modern
Bootstrap Modern is a theme for [Bootstrap4](https://github.com/twbs/bootstrap)
## Quick start
```
$ npm install bootstrap-modern
```
You can import a theme into your styles using SASS.
```
@import "bootstrap/scss/bootstrap";
@import "bootstrap-modern/scss/bootstrap-modern";
```
## Example
See [https://hc0208.github.io/bootstrap-modern/](https://hc0208.github.io/bootstrap-modern/)
## Usage
Read the [Getting started page](https://getbootstrap.com/docs/4.0/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
## Author
Hiroki Chida
- [https://github.com/hc0208](https://github.com/hc0208)
- [https://hc0208.me/](https://hc0208.me/)
## License
Code released under the MIT License.