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

Update .placeholder() mixin call #3428

Merged
merged 1 commit into from
May 12, 2012
Merged

Update .placeholder() mixin call #3428

merged 1 commit into from
May 12, 2012

Conversation

Gavrisimo
Copy link

In less/mixins.less this mixin is being created with @placeholderText
color as default, which is actually set as @placeholderText: @grayLight
in less/variables.less so it's redundant to make call like this:

.placeholder(@grayLight);

In less/mixins.less this mixin is being created with @PlaceholderText
color as default, which is actually set as @PlaceholderText: @GrayLight
in less/variables.less so it's redundant to make call like this:

.placeholder(@GrayLight);
mdo added a commit that referenced this pull request May 12, 2012
Update .placeholder() mixin call
@mdo mdo merged commit 839ec86 into twbs:2.0.4-wip May 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants