• Milos Gavrilovic's avatar
    Update .placeholder() mixin call · 20eae671
    Milos Gavrilovic authored
    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);
    20eae671
forms.less 12.3 KB