Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use color variables consistently #20677

Merged
merged 1 commit into from
Dec 20, 2016
Merged

Use color variables consistently #20677

merged 1 commit into from
Dec 20, 2016

Conversation

Kovah
Copy link
Contributor

@Kovah Kovah commented Sep 8, 2016

Replaces some raw colors with the appropriate color variables where it makes sense.
Examples:

  • #eee will be replaced by $gray-lighter (#eceeef)
  • #333 will be replaced by $gray-dark (#373a3c)

The two colors #fff and #ddd are not replaced by a variable. In my opinion it would make sense to add a new variable for #ddd because it's widely used but I wanted to ask first. Also the naming of the variable needs to be discussed.

Reference: #14840

Replaces some raw colors with the appropriate color variables
Example: #eee will be replaced by $gray-lighter (#eceeef)
@mdo mdo merged commit b5f3c6a into twbs:v4-dev Dec 20, 2016
@mdo
Copy link
Member

mdo commented Dec 20, 2016

Merged this manually given the conflicts. Only thing I took out was the $code-color change since that isn't meant to be red but a pink-ish color. Thanks!

@mdo mdo added this to the v4.0.0-alpha.6 milestone Dec 20, 2016
@mdo mdo mentioned this pull request Dec 20, 2016
@Kovah
Copy link
Contributor Author

Kovah commented Dec 20, 2016

Great! 🎉

Any idea how the many #ddd-like colors will be handled?

@mdo
Copy link
Member

mdo commented Dec 24, 2016

No clue honestly! 😆

@Kovah
Copy link
Contributor Author

Kovah commented Dec 24, 2016

Okay haha! I will take a look at it, maybe I find a suitable solution for this. 😃

sergiopantoja added a commit to sergiopantoja/bootstrap that referenced this pull request Jan 10, 2017
This commit fixes twbs#21624 and solves the `#ddd` issue discussed in twbs#20677.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants