-
Notifications
You must be signed in to change notification settings - Fork 367
Closed
Labels
Description
While working on RadiusNthSelector
in #504 I duplicated a fair bit of code from DirectionNthSelector
. I think it would be worth creating a MixinNthSelector
class to hold this code and be a parent for RadiusNthSelector
, DirectionNthSelector
, and for a potential LengthNthSelector
.
adam-urbanczyk and jmwright