Ionic version:
[ ] 1.x
[X] 2.x
I'm submitting a ...
[ ] bug report
[X] feature request
[ ] support request
Current behavior:
in input.scss:
.text-input {
@include placeholder();
Expected behavior:
.text-input {
@include placeholder($placeholder-text-color);
OR change the mixin declaration from:
@mixin placeholder($color: #999, $text-indent: 0) {
to:
@mixin placeholder($color: $placeholder-text-color, $text-indent: 0) {
can i say: "AWESOME GUYS" ? :)
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Most helpful comment
can i say: "AWESOME GUYS" ? :)