You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2022. It is now read-only.
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
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)=#4CAF50or
<button class="btn btn-primary">creates a styled button with the color#4CAF50But 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/