Merge pull request #3428 from Gavrisimo/patch-1

Update .placeholder() mixin call
This commit is contained in:
Mark Otto 2012-05-12 11:37:53 -07:00
commit 839ec86ac7

View File

@ -344,7 +344,7 @@ select:focus:required:invalid {
}
// Placeholder text gets special styles; can't be bundled together though for some reason
.placeholder(@grayLight);
.placeholder();