We have spoken of this but thought I would add it to make it 'official' but the ability to use the remit mixin to define multiple values would be a huge win for me.
I don't think it is far off as it seems to work ok for the rems but it has issues with the pixel fallback.
We have spoken of this but thought I would add it to make it 'official' but the ability to use the remit mixin to define multiple values would be a huge win for me.
I don't think it is far off as it seems to work ok for the rems but it has issues with the pixel fallback.
An example of how I would like to use it;
@include remit(padding, 0, 10, 5, 10) or @include remit(padding, 5, 10)
rather than
@include remit(padding-top, 10) @include remit(padding-left, 4) @include remit(padding-right, 12) @include remit(padding-bottom, 4)
any thoughts?