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

https://github.com/genebit/bs-coreui

Easily customize BS5 using SASS
https://github.com/genebit/bs-coreui

bootstrap-5 coreui customizable scss

Last synced: 6 months ago
JSON representation

Easily customize BS5 using SASS

Awesome Lists containing this project

README

          

### Custom Core UI + Bootstrap CSS Framework

Combining Core UI admin page layout with Bootstrap's v5 styles with the ability to easily customize styles using SASS.

### Presets

Grab one through the branch

Default | Prototype
:-------------------------:|:-------------------------:
![Default Build](screenshots/build.default.png) | ![Prototype Build](screenshots/build.prototype.png)

### How to use

* Clone this project from the `build` branch or download it from release.
* Move this repository to your project.
* Include to HTML header tags.

### What to include in the header tags

```html

/* Insert your personal site font here */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
font-family: "Inter", sans-serif;
}

```

### Customizing BS5

**Prerequisites**

- SASS Compiler or just use the watch SASS compiler in VSCode.

Go to `src/scss` and modify `bs-coreui.scss`.
Once you are done with your customization build the sass file to css and minify to `build/`