Bootstrap 4 - Reference a color by root name in css
They are CSS Variables. You can reference them like...
.dropdown-menu > a:hover {
color: var(--success);
}
https://codeply.com/go/vFE9n0VrGz
Related: CSS use color from another class?
They are CSS Variables. You can reference them like...
.dropdown-menu > a:hover {
color: var(--success);
}
https://codeply.com/go/vFE9n0VrGz
Related: CSS use color from another class?