Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Bootstrap color theme #184

Description

@tjfoerster

Customize Bootstrap color theme variables with Coocook colors, and then replace color hashes and RGB values with CSS variables in all stylesheets.
I think this would greatly facilitate the efficient further development of a clean user interface and corporate design. Also new developers do not have to search for all the used colors in the stylesheet first.

e.g. var(--bs-primary) = #4CAF50
or <button class="btn btn-primary"> creates a styled button with the color #4CAF50

But for that we would have to use SASS. Is that possible? I have not really worked with it yet
https://getbootstrap.com/docs/5.1/customize/sass/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions