Closed drolsen closed 9 years ago
:+1:
My only note would be to put the new direction parameter into an options map in keeping with the conventions we've got in other mixins. See aspect-ratio for an example.
Updated.
Can you open a PR with your feature branch against development
, please?
Fixed by #159
Our gradient mixin does not have any options to set the direction of the gradient. I've made a new branch "feature/gradient-directions" that now extends a third optional param for direction.
You can use either the four keywords of top, left, bottom and right (with fall-back of bottom), or numerical 45deg values.
Thoughts?