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
I think all colors should be relative to these defined in variables.less file. It would simplify customization. For the time being there are few colors hardcoded in other files. Here is list of these colors:
I can fix this, but I have a question. Should I declare new variables in variables.less (with names corresponding to their destiny) or should I use already declared variables and LESS color functions? The first method is more proper because someone who wants dark background will probably swap @grayLighter with @grayDarker.
The text was updated successfully, but these errors were encountered:
I would be glad if you could write what do you think about that. I really want to do something with this, because I'm working on a Bootstrap customization tool and it may save my life.
This has come up before, and the answer remains that we'll fix these as we go along. If you want, submit a pull request against the latest working branch in small batches and we'll make it happen sooner.
I think all colors should be relative to these defined in variables.less file. It would simplify customization. For the time being there are few colors hardcoded in other files. Here is list of these colors:
gray:
pink:
I can fix this, but I have a question. Should I declare new variables in variables.less (with names corresponding to their destiny) or should I use already declared variables and LESS color functions? The first method is more proper because someone who wants dark background will probably swap @grayLighter with @grayDarker.
The text was updated successfully, but these errors were encountered: