Closed dbox closed 9 years ago
Awesome, really nice work here!
@declandewet check codepen. okay with name selectors...
instead of nodes...
?
actually I think i'm going to redo it to be selector=li
so it defaults to li
This is awesome. Great job!
Personally I still feel select-
is a more natural namespace. We are building selectors. And the individual mixin names (at-least,exactly...) imply that we are working with quantities. I think it reads better that way. But I'm fine with just adding some aliases in my settings file if no one agrees with me. :)
I think select will get confusing, especially with between
because I'd assume if i did select-between(1, 4)
(From a set of 10) it'd only target those specific ones. I'm open ..
demo here:
http://codepen.io/dbox/pen/waeQOL
I'll get these PR'd in soon. Thanks to @declandewet and @abstracthat